OnixS C++ CME Market Data Handler  2.56.0.0
Public Types | Static Public Member Functions | List of all members
KnownWarnings Struct Reference

List of known warnings. More...

Public Types

enum  Enum {
  Generic, NoNetworkActivity, PacketGap, PacketQueueOverflow,
  PacketWaitTimeout, ListenerFailure
}
 List of known warnings. More...
 

Static Public Member Functions

static Enum deserialize (const char *value)
 Deserializes constant from text presentation.
 
static const char * toString (Enum value)
 Returns string presentation of a constant.
 

Detailed Description

List of known warnings.

Member Enumeration Documentation

enum Enum

List of known warnings.

Enumerator
Generic 

General-purpose warning.

NoNetworkActivity 

For each feed channel server sends out messages or heartbeats at fixed intervals.

If the Handler hasn’t received any message or a heartbeat for an extended period of time, NoNetworkActivity warning is raised by the Handler to identify that either multicast channel is no longer active or there is a network related issue.

PacketGap 

Tells that there is sequence number gap in packets from a multicast feed.

PacketQueueOverflow 

Indicates packet queues used by the Handler in certain situation is overflown.

PacketWaitTimeout 

Indicates packet waiting time is over.

ListenerFailure 

Indicates failure in the user-space code.

When the Handler catches exception from the