Public Member Functions | |
UInt16 | msgSize () const noexcept |
UInt16 | msgType () const noexcept |
UInt32 | securityCode () const noexcept |
UInt64 | orderId () const noexcept |
Int32 | price () const noexcept |
UInt32 | quantity () const noexcept |
UInt16 | brokerID () const noexcept |
UInt16 | side () const noexcept |
AddOddLotOrderMsg (const void *data, MessageSize size) noexcept | |
Public Member Functions inherited from BinaryMessage | |
BinaryMessage () noexcept | |
BinaryMessage (const void *data, MessageSize size) noexcept | |
BinaryMessage (const BinaryMessage &other) noexcept | |
operator bool () const noexcept | |
const void * | binary () const noexcept |
MessageSize | binarySize () const noexcept |
BinaryMessage & | operator= (const BinaryMessage &other) noexcept |
Static Public Member Functions | |
static void | validateSize (MessageSize size) |
Static Public Attributes | |
static constexpr MessageSize | messageSize_ = 28 |
Additional Inherited Members | |
Public Types inherited from BinaryMessage | |
typedef MessageSize | BinarySize |
Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize > | |
const SubMessage | submessage (MessageSize offset, MessageSize size) const noexcept |
FieldValue | ordinary (MessageSize offset) const noexcept |
const FieldValue & | ordinaryRef (MessageSize offset) const noexcept |
Enumeration::Enum | enumeration (MessageSize offset) const noexcept |
StrRef | fixedStr (MessageSize offset) const noexcept |
Definition at line 36 of file AddOddLotOrder.h.
|
inlinenoexcept |
Initializes instance over given memory block.
Definition at line 105 of file AddOddLotOrder.h.
|
inlinenoexcept |
Integer identifier uniquely identifying the Broker.
Definition at line 81 of file AddOddLotOrder.h.
|
inlinenoexcept |
Size of the message.
Definition at line 39 of file AddOddLotOrder.h.
|
inlinenoexcept |
Type of message.
Definition at line 46 of file AddOddLotOrder.h.
|
inlinenoexcept |
Unique identifier for each order performed within the trading day.
Definition at line 60 of file AddOddLotOrder.h.
|
inlinenoexcept |
Definition at line 67 of file AddOddLotOrder.h.
|
inlinenoexcept |
Number of shares.
Definition at line 74 of file AddOddLotOrder.h.
|
inlinenoexcept |
Uniquely identifies a security available for trading.
Definition at line 53 of file AddOddLotOrder.h.
|
inlinenoexcept |
Side of the order.
Definition at line 88 of file AddOddLotOrder.h.
|
inlinestatic |
Check the given size.
Definition at line 98 of file AddOddLotOrder.h.
|
staticconstexpr |
Total message size.
Definition at line 95 of file AddOddLotOrder.h.