Enum WarningReason
Warning reason.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public enum WarningReason : int
Fields
Name | Description |
---|---|
CannotFindBookDepthInRepository | Cannot find book depth in repository. |
CannotReadMarketDepthFromMessage | Cannot read market depth from message. |
CannotReplaySecurityDefinitionFromCache | Error while replaying security definition from cache. |
DecodeMessageError | Decode message error. |
ErrorInConfiguration | Error in handler configuration. |
MessageGapDetected | Message gap detected. |
NetworkingError | Error in networking. |
NoDataOnFeed | No data received on feed during NoDataWarningTimeout. |
OrderIdsOrTradesMissed | Some order ids or trades were missed. |
OutOfOrderMessageQueueSizeExceeded | Out of order message queue size exceeded. |
QueuedMessagesReplayFailed | Error during queued message replay. |
SnapshotLoopSizeDecreased | Total snapshot count was decreased during recovery. |
TcpReplayReconnectAttemptFailed | Error during tcp replay reconnect attempt. |
Unknown | Unknown reason. |
WrongCountOfMarketByOrderChunks | Not all MBO chunks were received for security. |