Package com.apama.sor.strategy

Event summary
InitLatencyMonitoringThis action is sent by the user to enable the latency for placing orders data stream.
StrategyHelperCallbacksThe StrategyHelperCallbacks object is passed in as part of the action to the StrategyHelperInterface objects createInterface() call.
StrategyHelperFactoryThe StrategyHelperFactory allows the user to create new instances of the Strategy by using the StrategyHelperInterface it returns.
StrategyHelperInterfaceThe StrategyHelperInterface object is created by the StrategyHelperFactory object.
StrategyInterfaceThe 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.