HandlerStartupStrategy Enumeration |
Market joining strategies.
Namespace:
OnixS.CmeMdHandler
Assembly:
OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax public enum HandlerStartupStrategy
Members
| Member name | Value | Description |
---|
| PreOpening | 0 |
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.
|
| LateJoin | 1 |
Identifies late joining which causes
Handler to use recovery channels to get
up-to-date market state.
|
See Also