Enum HandlerStartupStrategy
Market joining strategies.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public enum HandlerStartupStrategy : int
Fields
Name | Description |
---|---|
LateJoin | Identifies late joining which causes Handler to use recovery channels to get up-to-date market state. |
PreOpening | Identifies early joining. For a startup prior to the weekly market open, all market data including book updates, statistics, quotes, instrument definitions, trades, instrument/ instrument group, status) are disseminated through the Incremental UDP Feed A and Feed B, so there is no need to use neither Security Definition Channel nor Market Data Recovery Channel. |