#include <OnixS/eSpeed/MarketData/Itch/Messages/ExecutionDoneMsg.h>
Public Member Functions | |
UInt64 | timestamp () const |
OrderBookId | orderBookId () const |
UInt32 | transactionId () const |
ExecutionDoneMsg (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 | |
ONIXS_ESPEED_ITCH_CONSTEXPR | BinaryMessage (const BinaryMessage &other) 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_ = 17 |
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 |
Execution Done Message is a marker indicating all executions for a given transaction have been sent out.
Definition at line 30 of file ExecutionDoneMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 63 of file ExecutionDoneMsg.h.
|
inline |
Unique Order book identifier.
Definition at line 40 of file ExecutionDoneMsg.h.
|
inline |
Timestamp of the last execution included in this transaction
Definition at line 34 of file ExecutionDoneMsg.h.
|
inline |
Transaction ID corresponding to the transaction ID for all executions
Definition at line 47 of file ExecutionDoneMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 56 of file ExecutionDoneMsg.h.
|
static |
Total message size.
Definition at line 53 of file ExecutionDoneMsg.h.