Interface ITradeStategyHint

  • All Known Implementing Classes:
    CentralStorageStrategyHint

    public interface ITradeStategyHint
    Interface defining a strategy hint.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 21, 2017
    • Method Detail

      • getContext

        ITradeStrategyHintContext getContext()
        Retrieve the trade strategy context hint.
        Returns:
        strategy hint context for trading
      • setContext

        void setContext​(ITradeStrategyHintContext context)
        Set the trade strategy hint context.
        Parameters:
        context - seth the trade strategy hint context.