Enum HandlerState
Handler state.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public enum HandlerState : int
Fields
| Name | Description |
|---|---|
| BooksResynchronizationFinished | The latest books state is restored. |
| BooksResynchronizationStarted | The correct books state is lost. |
| SecurityDefinitionsRecoveryFinished | All instruments are received. |
| SecurityDefinitionsRecoveryStarted | Subscribed to Instrument Definition stream. |
| Started | Handler is started but no data processing is performed yet. |
| Stopped | Handler is stopped. |
| TcpReplayFinished | TCP Replays is finished. |
| TcpReplayStarted | TCP Replays is started. |