#include <OnixS/SgxTitan/MarketData/Itch/Messages/OrderReplaceMsg.h>
Public Member Functions | |
UInt32 | nanoseconds () const |
OrderId | orderId () const |
OrderBookId | orderBookId () const |
Side::Enum | side () const throw () |
UInt32 | newOrderBookPosition () const |
Quantity | quantity () const |
Price | price () const |
UInt16 | orderAttributes () const |
OrderReplaceMsg (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_ = 36 |
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 whenever an order on the book has been replaced.
Definition at line 30 of file OrderReplaceMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 94 of file OrderReplaceMsg.h.
|
inline |
Nanoseconds portion of the timestamp.
Definition at line 33 of file OrderReplaceMsg.h.
|
inline |
New Rank within Order Book.
Definition at line 59 of file OrderReplaceMsg.h.
|
inline |
Additional order attributes, values: 0 = Not applicable, 8192 = Bait / implied order
Definition at line 78 of file OrderReplaceMsg.h.
|
inline |
The Order Book ID.
Definition at line 46 of file OrderReplaceMsg.h.
|
inline |
The original order identifier of the order being replaced
Definition at line 40 of file OrderReplaceMsg.h.
|
inline |
The new Price of the order.
Definition at line 71 of file OrderReplaceMsg.h.
|
inline |
The new visible quantity of the order.
Definition at line 65 of file OrderReplaceMsg.h.
|
inline |
The type of order being added.
Definition at line 52 of file OrderReplaceMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 87 of file OrderReplaceMsg.h.
|
static |
Total message size.
Definition at line 84 of file OrderReplaceMsg.h.