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 name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown reason. | |
QueuedMessagesReplayFailed | 1 | Error during queued message replay. | |
MessageGapDetected | 2 | Message gap detected. | |
TcpReplayReconnectAttemptFailed | 3 | Error during tcp replay reconnect attempt. | |
NoDataOnFeed | 4 | No data received on feed during NoDataWarningTimeout. | |
OutOfOrderMessageQueueSizeExceeded | 5 | Out of order message queue size exceeded. | |
DecodeMessageError | 6 | Decode message error. | |
CannotReadMarketDepthFromMessage | 7 | Cannot read market depth from message. | |
CannotFindBookDepthInRepository | 8 | Cannot find book depth in repository. | |
CannotReplaySecurityDefinitionFromCache | 9 | Error while replaying security definition from cache. |