Handler.WarningReason EnumerationTable of ContentIOrderBook Interface
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 nameValueDescription
Stopped0 Handler is stopped.
Started1 Handler is started but no data processing is performed yet.
SecurityDefinitionsRecoveryStarted2 Subscribed to Instrument Definition stream.
SecurityDefinitionsRecoveryFinished3 All instruments are received.
BooksResynchronizationStarted4 The correct books state is lost.
BooksResynchronizationFinished5 The latest books state is restored.
TcpReplayStarted6 TCP Replays is started.
TcpReplayFinished7 TCP Replays is finished.

See Also