ToString Method Table of ContentHandlerState Enumeration
Warning reason.

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 WarningReason

Members

Member nameValueDescription
Unknown0 Unknown reason.
QueuedMessagesReplayFailed1 Error during queued message replay.
MessageGapDetected2 Message gap detected.
TcpReplayReconnectAttemptFailed3 Error during tcp replay reconnect attempt.
NoDataOnFeed4 No data received on feed during NoDataWarningTimeout.
OutOfOrderMessageQueueSizeExceeded5 Out of order message queue size exceeded.
DecodeMessageError6 Decode message error.
CannotReadMarketDepthFromMessage7 Cannot read market depth from message.
CannotFindBookDepthInRepository8 Cannot find book depth in repository.
CannotReplaySecurityDefinitionFromCache9 Error while replaying security definition from cache.

See Also