#include <OnixS/CboeCFE/MarketData/Pitch/Messages/AddOrderShort.h>
Public Member Functions | |
Binary4 | timeOffset () const ONIXS_BATS_PITCH_NOTHROW |
Binary8 | orderId () const ONIXS_BATS_PITCH_NOTHROW |
SideIndicator::Enum | sideIndicator () const ONIXS_BATS_PITCH_NOTHROW |
Binary2 | quantity () const ONIXS_BATS_PITCH_NOTHROW |
StrRef | symbol () const ONIXS_BATS_PITCH_NOTHROW |
BinaryShortPrice | price () const ONIXS_BATS_PITCH_NOTHROW |
AddOrderShortMsg (const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW | |
Public Member Functions inherited from BinaryMessage | |
BinaryMessage () ONIXS_BATS_PITCH_NOTHROW | |
BinaryMessage (const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW | |
BinaryMessage (const BinaryMessage &other) ONIXS_BATS_PITCH_NOTHROW | |
ONIXS_BATS_PITCH_EXPLICIT | operator bool () const ONIXS_BATS_PITCH_NOTHROW |
const void * | binary () const ONIXS_BATS_PITCH_NOTHROW |
MessageSize | binarySize () const ONIXS_BATS_PITCH_NOTHROW |
BinaryMessage & | operator= (const BinaryMessage &other) ONIXS_BATS_PITCH_NOTHROW |
Static Public Member Functions | |
static void | validateSize (MessageSize size) |
Static Public Attributes | |
static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize | messageSize_ = 25 |
Additional Inherited Members | |
Public Types inherited from BinaryMessage | |
typedef MessageSize | BinarySize |
Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize > | |
const SubMessage | submessage (MessageSizeoffset, MessageSizesize) const ONIXS_BATS_PITCH_NOTHROW |
FieldValue | ordinary (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW |
const FieldValue & | ordinaryRef (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW |
Enumeration::Enum | enumeration (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW |
StrRef | fixedStr (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW |
Definition at line 36 of file AddOrderShort.h.
|
inline |
Initializes instance over given memory block.
Definition at line 91 of file AddOrderShort.h.
|
inline |
Day-specific identifier assigned to this order.
Definition at line 46 of file AddOrderShort.h.
|
inline |
The limit order price.
Definition at line 74 of file AddOrderShort.h.
|
inline |
Number of contracts being added to the book (may be less than the number entered).
Definition at line 60 of file AddOrderShort.h.
|
inline |
Definition at line 53 of file AddOrderShort.h.
|
inline |
Symbol right padded with spaces.
Definition at line 67 of file AddOrderShort.h.
|
inline |
Nanosecond offset from last unit timestamp.
Definition at line 39 of file AddOrderShort.h.
|
inlinestatic |
Check the given size.
Definition at line 84 of file AddOrderShort.h.
|
static |
Total message size.
Definition at line 81 of file AddOrderShort.h.