Event summary |
InitLatencyMonitoring | This action is sent by the user to enable the latency for placing orders data stream. |
StrategyHelperCallbacks | The StrategyHelperCallbacks object is passed in as part of the action to the StrategyHelperInterface objects createInterface() call. |
StrategyHelperFactory | The StrategyHelperFactory allows the user to create new instances of the Strategy by using the StrategyHelperInterface it returns. |
StrategyHelperInterface | The StrategyHelperInterface object is created by the StrategyHelperFactory object. |
StrategyInterface | The Strategy Interface allows the user to create and control a specific instance of a Strategy. The Strategy Interface is created from the call to create() on the StrategyHelperInterface object. |