Handler state.
Namespace: Onixs.CmeFastHandler
Assembly: Onixs.CmeFastHandler-3.5-x86 (in Onixs.CmeFastHandler-3.5-x86.dll) Version: 2.11.6.1 (2.11.6.1)
Syntax
C# |
---|
public enum HandlerState |
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. |