#include <OnixS/SgxTitan/MarketData/Itch/Messages/OrderBookStateMsg.h>
Public Member Functions | |
UInt32 | nanoseconds () const |
OrderBookId | orderBookId () const |
StrRef | stateName () const throw () |
OrderBookStateMsg (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_ = 29 |
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 () |
The Order Book State Message relays information on state changes.
Definition at line 30 of file OrderBookStateMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 62 of file OrderBookStateMsg.h.
|
inline |
Nanoseconds portion of the timestamp.
Definition at line 33 of file OrderBookStateMsg.h.
|
inline |
The Order Book ID.
Definition at line 39 of file OrderBookStateMsg.h.
|
inline |
Name of Order Book State.
Definition at line 45 of file OrderBookStateMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 55 of file OrderBookStateMsg.h.
|
static |
Total message size.
Definition at line 52 of file OrderBookStateMsg.h.