#include <OnixS/SgxTitan/MarketData/Itch/Messages/CombinationOrderBookLegMsg.h>
Public Member Functions | |
UInt32 | nanoseconds () const |
OrderBookId | orderBookId () const |
OrderBookId | legOrderBookId () const |
LegSide::Enum | legSide () const throw () |
UInt32 | legRatio () const |
CombinationOrderBookLegMsg (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_ = 18 |
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 provides a mapping between a combination order book and one of the combination leg order books.
Definition at line 31 of file CombinationOrderBookLegMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 77 of file CombinationOrderBookLegMsg.h.
|
inline |
Order Book ID of Leg instrument.
Definition at line 46 of file CombinationOrderBookLegMsg.h.
|
inline |
Relative number of contracts between the combo legs.
Definition at line 61 of file CombinationOrderBookLegMsg.h.
|
inline |
Specifies whether to buy or sell the Leg Series when buying or selling the combination.
Definition at line 53 of file CombinationOrderBookLegMsg.h.
|
inline |
Nanoseconds portion of the timestamp.
Definition at line 34 of file CombinationOrderBookLegMsg.h.
|
inline |
Denotes the primary identifier of an Order Book.
Definition at line 40 of file CombinationOrderBookLegMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 70 of file CombinationOrderBookLegMsg.h.
|
static |
Total message size.
Definition at line 67 of file CombinationOrderBookLegMsg.h.