Handler state.
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 Members
| Member name | Value | Description |
---|
| Stopped | 0 |
Handler is stopped.
|
| Started | 1 |
Handler is started but no data processing is performed yet.
|
| SecurityDefinitionsRecoveryStarted | 2 |
Subscribed to Instrument Definition stream.
|
| SecurityDefinitionsRecoveryFinished | 3 |
All instruments are received.
|
| BooksResynchronizationStarted | 4 |
The correct books state is lost.
|
| BooksResynchronizationFinished | 5 |
The latest books state is restored.
|
| TcpReplayStarted | 6 |
TCP Replays is started.
|
| TcpReplayFinished | 7 |
TCP Replays is finished.
|
See Also