#include <OnixS/SgxTitan/MarketData/Itch/BinaryMessage.h>
Public Types | |
typedef MessageSize | BinarySize |
Public Member Functions | |
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 () |
Additional Inherited Members | |
![]() | |
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 () |
Definition at line 104 of file BinaryMessage.h.
typedef MessageSize BinarySize |
Length of message binary data.
Definition at line 112 of file BinaryMessage.h.
|
inline |
Initializes instance over given memory block.
Definition at line 115 of file BinaryMessage.h.
|
inline |
Initializes instance as copy of the other one.
Definition at line 126 of file BinaryMessage.h.
|
inline |
Message content.
Definition at line 135 of file BinaryMessage.h.
|
inline |
Size of message.
Definition at line 142 of file BinaryMessage.h.
|
inline |
Re-initializes instance as a copy of the other one.
Definition at line 150 of file BinaryMessage.h.