#include <OnixS/SgxTitan/MarketData/Itch/Messages/AddOrderMsg.h>
Public Member Functions | |
UInt32 | nanoseconds () const |
OrderId | orderId () const |
OrderBookId | orderBookId () const |
Side::Enum | side () const throw () |
UInt32 | orderBookPosition () const |
Quantity | quantity () const |
Price | price () const |
UInt16 | orderAttributes () const |
LotType::Enum | lotType () const throw () |
AddOrderMsg (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_ = 37 |
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 () |
An Add Order Message indicates that a new order has been accepted by the Trading system and was added to the displayable book.
Definition at line 31 of file AddOrderMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 101 of file AddOrderMsg.h.
|
inline |
Lot Type.
Definition at line 84 of file AddOrderMsg.h.
|
inline |
Nanoseconds portion of the timestamp.
Definition at line 34 of file AddOrderMsg.h.
|
inline |
Additional order attributes, values: 0 = Not applicable, 8192 = Bait / implied order
Definition at line 78 of file AddOrderMsg.h.
|
inline |
The Order Book ID.
Definition at line 46 of file AddOrderMsg.h.
|
inline |
Rank within the Order Book.
Definition at line 59 of file AddOrderMsg.h.
|
inline |
The identifier assigned to the new order.
Definition at line 40 of file AddOrderMsg.h.
|
inline |
The display price of the new order.
Definition at line 71 of file AddOrderMsg.h.
|
inline |
The visible quantity of the order.
Definition at line 65 of file AddOrderMsg.h.
|
inline |
The type of order being added.
Definition at line 52 of file AddOrderMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 94 of file AddOrderMsg.h.
|
static |
Total message size.
Definition at line 91 of file AddOrderMsg.h.