#include <OnixS/EuroTLX/MarketData/GTP/Messages/AddOrderShortMBP.h>
Public Member Functions | |
Size | size () const ONIXS_EUROTLX_GTP_NOTHROW |
Price | price () const ONIXS_EUROTLX_GTP_NOTHROW |
Price | yield () const ONIXS_EUROTLX_GTP_NOTHROW |
UInt16 | splits () const ONIXS_EUROTLX_GTP_NOTHROW |
AddOrderShortMBPMsg (const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW | |
Public Member Functions inherited from BinaryMessage | |
BinaryMessage () ONIXS_EUROTLX_GTP_NOTHROW | |
BinaryMessage (const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW | |
BinaryMessage (const BinaryMessage &other) ONIXS_EUROTLX_GTP_NOTHROW | |
ONIXS_EUROTLX_GTP_EXPLICIT | operator bool () const ONIXS_EUROTLX_GTP_NOTHROW |
const void * | binary () const ONIXS_EUROTLX_GTP_NOTHROW |
MessageSize | binarySize () const ONIXS_EUROTLX_GTP_NOTHROW |
BinaryMessage & | operator= (const BinaryMessage &other) ONIXS_EUROTLX_GTP_NOTHROW |
Static Public Member Functions | |
static void | validateSize (MessageSize size) |
Static Public Attributes | |
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize | messageSize_ = 29 |
Additional Inherited Members | |
Public Types inherited from BinaryMessage | |
typedef MessageSize | BinarySize |
Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize > | |
FieldValue | ordinary (MessageSize offset) const ONIXS_EUROTLX_GTP_NOTHROW |
const FieldValue & | ordinaryRef (MessageSize offset) const ONIXS_EUROTLX_GTP_NOTHROW |
Enumeration::Enum | enumeration (MessageSize offset) const ONIXS_EUROTLX_GTP_NOTHROW |
StrRef | fixedStr (MessageSize offset) const ONIXS_EUROTLX_GTP_NOTHROW |
Definition at line 36 of file AddOrderShortMBP.h.
|
inline |
Initializes instance over given memory block.
Definition at line 77 of file AddOrderShortMBP.h.
|
inline |
Limit price of the order. Implied price if instrument trades in yield.
Definition at line 46 of file AddOrderShortMBP.h.
|
inline |
Displayed size of the order.
Definition at line 39 of file AddOrderShortMBP.h.
|
inline |
Number of orders at this price point.
Definition at line 60 of file AddOrderShortMBP.h.
|
inlinestatic |
Check the given size.
Definition at line 70 of file AddOrderShortMBP.h.
|
inline |
Yield, if the instrument trades in yield.
Definition at line 53 of file AddOrderShortMBP.h.
|
static |
Total message size.
Definition at line 67 of file AddOrderShortMBP.h.