#include <OnixS/eSpeed/MarketData/Itch/BinaryMessage.h>
Public Types | |
typedef MessageSize | BinarySize |
Public Member Functions | |
BinaryMessage (const void *data, MessageSize size) ONIXS_ESPEED_ITCH_NOTHROW | |
ONIXS_ESPEED_ITCH_CONSTEXPR | BinaryMessage (const BinaryMessage &other) ONIXS_ESPEED_ITCH_NOTHROW |
const void * | binary () const ONIXS_ESPEED_ITCH_NOTHROW |
MessageSize | binarySize () const ONIXS_ESPEED_ITCH_NOTHROW |
BinaryMessage & | operator= (const BinaryMessage &other) ONIXS_ESPEED_ITCH_NOTHROW |
Additional Inherited Members | |
Protected Member Functions inherited from BinaryFields< BinaryMessage, Accessor > | |
FieldValue | ordinary (BlockSize offset) const ONIXS_ESPEED_ITCH_NOTHROW |
const FieldValue & | ordinaryRef (BlockSize offset) const ONIXS_ESPEED_ITCH_NOTHROW |
Enumeration::Enum | enumeration (BlockSize offset) const ONIXS_ESPEED_ITCH_NOTHROW |
StrRef | fixedStr (BlockSize offset) const ONIXS_ESPEED_ITCH_NOTHROW |
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.