Class MktOrderListTradePlan

  • All Implemented Interfaces:
    OhlcvChangeListener

    public class MktOrderListTradePlan
    extends java.lang.Object
    implements OhlcvChangeListener
    Simple example of trade plan for common execution of backtest market orders.
    Author:
    afischer
    • Method Detail

      • tickEvent

        public void tickEvent​(de.gsi.dataset.spi.financial.api.ohlcv.IOhlcvItem ohlcvItem)
                       throws java.lang.Exception
        Description copied from interface: OhlcvChangeListener
        Notification event about new ohlcv item changed
        Specified by:
        tickEvent in interface OhlcvChangeListener
        Parameters:
        ohlcvItem - new or changed ohlcv item
        Throws:
        java.lang.Exception - if the processing failed