OnixS Brokertec ITCH Market Data Handler for C++  1.1.0.1
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes
SystemEventMsg Struct Reference

The system event message type is used to signal a market or data feed handler event. More...

List of all members.

Public Member Functions

bool isSysytemCodeStartOfMessages () const
 Indicates whether Event Code is Start of Messages Outside of time stamp messages, the start of day message is the first message sent in any trading day.
bool isSysytemCodeEndOfMessages () const
 Indicates whether Event Code is End of Messages This is always the last message sent in any trading day.
std::string systemEventCode () const
 Returns string representation of the Event code.
std::string toString () const
 Returns string representation.

Static Public Member Functions

static const char * name ()
 string name of the message

Public Attributes

UInt32 nanoseconds
 Nanoseconds portion of the timestamp.
String< 1 > eventCode
 System Event Code.

Static Public Attributes

static const size_t length
 message length

Detailed Description

The system event message type is used to signal a market or data feed handler event.


Member Function Documentation

bool isSysytemCodeEndOfMessages ( ) const

Indicates whether Event Code is End of Messages This is always the last message sent in any trading day.

bool isSysytemCodeStartOfMessages ( ) const

Indicates whether Event Code is Start of Messages Outside of time stamp messages, the start of day message is the first message sent in any trading day.