#include <OnixS/SgxTitan/MarketData/Itch/Messages/OrderExecutedWithPriceMsg.h>
Public Member Functions | |
UInt32 | nanoseconds () const |
OrderId | orderId () const |
OrderBookId | orderBookId () const |
Side::Enum | side () const throw () |
Quantity | executedQuantity () const |
UInt64 | matchId () const |
UInt32 | comboGroupId () const |
StrRef | reserved1 () const throw () |
StrRef | reserved2 () const throw () |
Price | tradePrice () const |
OccurredAtCross::Enum | occurredAtCross () const throw () |
Printable::Enum | printable () const throw () |
OrderExecutedWithPriceMsg (const void *data, MessageSize size) throw () | |
![]() | |
IncomingMessage (const void *data, MessageSize size) throw () | |
MessageType::Enum | type () const throw () |
![]() | |
BinaryMessage (const void *data, MessageSize size) throw () | |
ONIXS_SGXTITAN_ITCH_CONSTEXPR | BinaryMessage (const BinaryMessage &other) throw () |
const void * | binary () const throw () |
MessageSize | binarySize () const throw () |
BinaryMessage & | operator= (const BinaryMessage &other) throw () |
Static Public Member Functions | |
static void | validateSize (MessageSize size) |
Static Public Attributes | |
static const MessageSize | messageSize_ = 58 |
Additional Inherited Members | |
![]() | |
typedef MessageSize | BinarySize |
![]() | |
FieldValue | ordinary (BlockSize offset) const throw () |
const FieldValue & | ordinaryRef (BlockSize offset) const throw () |
Enumeration::Enum | enumeration (BlockSize offset) const throw () |
StrRef | fixedStr (BlockSize offset) const throw () |
This message is sent in the relatively rare event when an order on the book is executed in whole or in part with a price different than the initial display price.
Definition at line 32 of file OrderExecutedWithPriceMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 125 of file OrderExecutedWithPriceMsg.h.
|
inline |
Used to group Combination Order Book executions and the trades in the constituent Order Books together
Definition at line 74 of file OrderExecutedWithPriceMsg.h.
|
inline |
The quantity being executed.
Definition at line 60 of file OrderExecutedWithPriceMsg.h.
|
inline |
Assigned by the system to each match executed.
Definition at line 66 of file OrderExecutedWithPriceMsg.h.
|
inline |
Nanoseconds portion of the timestamp.
Definition at line 35 of file OrderExecutedWithPriceMsg.h.
|
inline |
Occurred at Cross.
Definition at line 100 of file OrderExecutedWithPriceMsg.h.
|
inline |
The Order Book ID.
Definition at line 47 of file OrderExecutedWithPriceMsg.h.
|
inline |
The order ID is associated with the executed order.
Definition at line 41 of file OrderExecutedWithPriceMsg.h.
|
inline |
Indicates if the trade should be included in trade tickers and volume calculations
Definition at line 108 of file OrderExecutedWithPriceMsg.h.
|
inline |
Definition at line 80 of file OrderExecutedWithPriceMsg.h.
|
inline |
Definition at line 87 of file OrderExecutedWithPriceMsg.h.
|
inline |
The type of order being added.
Definition at line 53 of file OrderExecutedWithPriceMsg.h.
|
inline |
Trade Price.
Definition at line 94 of file OrderExecutedWithPriceMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 118 of file OrderExecutedWithPriceMsg.h.
|
static |
Total message size.
Definition at line 115 of file OrderExecutedWithPriceMsg.h.