#include <OnixS/SgxTitan/MarketData/Itch/Messages/TradeMsg.h>
Public Member Functions | |
UInt32 | nanoseconds () const |
UInt64 | matchId () const |
UInt32 | comboGroupId () const |
TradeSide::Enum | side () const throw () |
Quantity | quantity () const |
OrderBookId | orderBookId () const |
Price | tradePrice () const |
StrRef | reserved1 () const throw () |
StrRef | reserved2 () const throw () |
Printable::Enum | printable () const throw () |
OccurredAtCross::Enum | occurredAtCross () const throw () |
TradeMsg (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_ = 50 |
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 () |
The Trade Message is designed to provide execution details for normal match events involving non- displayable order types.
Definition at line 31 of file TradeMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 118 of file TradeMsg.h.
|
inline |
Used to group Combination Order Book executions and the trades in the constituent Order Books together
Definition at line 48 of file TradeMsg.h.
|
inline |
Assigned by the system to each match executed.
Definition at line 40 of file TradeMsg.h.
|
inline |
Nanoseconds portion of the timestamp.
Definition at line 34 of file TradeMsg.h.
|
inline |
Occurred at Cross.
Definition at line 101 of file TradeMsg.h.
|
inline |
The Order Book ID.
Definition at line 67 of file TradeMsg.h.
|
inline |
Indicates if the trade should be included in trade tickers and volume calculations
Definition at line 94 of file TradeMsg.h.
|
inline |
The quantity being matched in this execution.
Definition at line 61 of file TradeMsg.h.
|
inline |
Definition at line 79 of file TradeMsg.h.
|
inline |
Definition at line 86 of file TradeMsg.h.
|
inline |
The type of non-display on the book being matched.
Definition at line 54 of file TradeMsg.h.
|
inline |
Trade Price.
Definition at line 73 of file TradeMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 111 of file TradeMsg.h.
|
static |
Total message size.
Definition at line 108 of file TradeMsg.h.