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

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
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_ = 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

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExecutionDoneMsg()

ExecutionDoneMsg ( const void * data,
MessageSize size )
inline

Initializes instance over given memory block.

Definition at line 63 of file ExecutionDoneMsg.h.

Member Function Documentation

◆ orderBookId()

OrderBookId orderBookId ( ) const
inline

Unique Order book identifier.

Definition at line 40 of file ExecutionDoneMsg.h.

◆ timestamp()

UInt64 timestamp ( ) const
inline

Timestamp of the last execution included in this transaction

Definition at line 34 of file ExecutionDoneMsg.h.

◆ transactionId()

UInt32 transactionId ( ) const
inline

Transaction ID corresponding to the transaction ID for all executions

Definition at line 47 of file ExecutionDoneMsg.h.

◆ validateSize()

void validateSize ( MessageSize size)
inlinestatic

Check the given size.

Definition at line 56 of file ExecutionDoneMsg.h.

Member Data Documentation

◆ messageSize_

Total message size.

Definition at line 53 of file ExecutionDoneMsg.h.