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 |
| BinaryMessage & | operator= (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 |
The system event message type is used to signal a market or data feed handler event.
Definition at line 29 of file SystemEventMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 75 of file SystemEventMsg.h.
|
inline |
Event Code.
Definition at line 44 of file SystemEventMsg.h.
|
inline |
Event Reason.
Definition at line 51 of file SystemEventMsg.h.
|
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.
|
inline |
Reserved.
Definition at line 38 of file SystemEventMsg.h.
|
inline |
Definition at line 32 of file SystemEventMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 68 of file SystemEventMsg.h.
|
static |
Total message size.
Definition at line 65 of file SystemEventMsg.h.