OnixS C++ eSpeed ITCH Market Data Handler 1.7.3
API documentation
Loading...
Searching...
No Matches
SystemEventMsg Struct Reference

Public Member Functions

UInt64 timestamp () const
UInt8 reserved () const
SystemEventCode::Enum eventCode () const ONIXS_ESPEED_ITCH_NOTHROW
SystemEventReason::Enum eventReason () const ONIXS_ESPEED_ITCH_NOTHROW
OrderBookId orderBookId () const
 SystemEventMsg (const void *data, MessageSize size) ONIXS_ESPEED_ITCH_NOTHROW
Public Member Functions inherited from IncomingMessage
 IncomingMessage (const void *data, MessageSize size) ONIXS_ESPEED_ITCH_NOTHROW
MessageType::Enum type () const ONIXS_ESPEED_ITCH_NOTHROW
Public Member Functions inherited from BinaryMessage< BigEndianConverter >
 BinaryMessage (const void *data, MessageSize size) ONIXS_ESPEED_ITCH_NOTHROW
const void * binary () const ONIXS_ESPEED_ITCH_NOTHROW
MessageSize binarySize () const ONIXS_ESPEED_ITCH_NOTHROW
BinaryMessageoperator= (const BinaryMessage &other) ONIXS_ESPEED_ITCH_NOTHROW

Static Public Member Functions

static void validateSize (MessageSize size)

Static Public Attributes

static ONIXS_ESPEED_ITCH_CONST_OR_CONSTEXPR MessageSize messageSize_ = 16

Additional Inherited Members

Public Types inherited from BinaryMessage< BigEndianConverter >
typedef MessageSize BinarySize
Protected Member Functions inherited from BinaryFields< BinaryMessage, BigEndianConverter >
FieldValue ordinary (BlockSize offset) const ONIXS_ESPEED_ITCH_NOTHROW
const FieldValue & ordinaryRef (BlockSize offset) const ONIXS_ESPEED_ITCH_NOTHROW
Enumeration::Enum enumeration (BlockSize offset) const ONIXS_ESPEED_ITCH_NOTHROW
StrRef fixedStr (BlockSize offset) const ONIXS_ESPEED_ITCH_NOTHROW

Detailed Description

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

Definition at line 29 of file SystemEventMsg.h.

Constructor & Destructor Documentation

◆ SystemEventMsg()

SystemEventMsg ( const void * data,
MessageSize size )
inline

Initializes instance over given memory block.

Definition at line 75 of file SystemEventMsg.h.

Member Function Documentation

◆ eventCode()

SystemEventCode::Enum eventCode ( ) const
inline

Event Code.

Definition at line 44 of file SystemEventMsg.h.

◆ eventReason()

SystemEventReason::Enum eventReason ( ) const
inline

Event Reason.

Definition at line 51 of file SystemEventMsg.h.

◆ orderBookId()

OrderBookId orderBookId ( ) const
inline

Used to identify if the event applies to a single order book within the Trading System.

Definition at line 59 of file SystemEventMsg.h.

◆ reserved()

UInt8 reserved ( ) const
inline

Reserved.

Definition at line 38 of file SystemEventMsg.h.

◆ timestamp()

UInt64 timestamp ( ) const
inline

Timestamp.

Definition at line 32 of file SystemEventMsg.h.

◆ validateSize()

void validateSize ( MessageSize size)
inlinestatic

Check the given size.

Definition at line 68 of file SystemEventMsg.h.

Member Data Documentation

◆ messageSize_

Total message size.

Definition at line 65 of file SystemEventMsg.h.