#include <OnixS/SgxTitan/Trading/OUCH/IncomingMessage.h>
Public Member Functions | |
IncomingMessage (const void *data, MessageSize size) throw () | |
InboundMessageTypes::Enum | type () const throw () |
Public Member Functions inherited from BinaryMessage< BigEndianConverter > | |
BinaryMessage (const void *data, MessageSize size) throw () | |
ONIXS_SGX_OUCH_CONSTEXPR | BinaryMessage (const BinaryMessage &other) throw () |
const void * | binary () const throw () |
MessageSize | binarySize () const throw () |
BinaryMessage & | operator= (const BinaryMessage &other) throw () |
Additional Inherited Members | |
Public Types inherited from BinaryMessage< BigEndianConverter > | |
typedef MessageSize | BinarySize |
Protected Member Functions inherited from BinaryFields< BinaryMessage, BigEndianConverter > | |
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 33 of file IncomingMessage.h.
|
inline |
Definition at line 38 of file IncomingMessage.h.
|
inline |
Type.
Definition at line 47 of file IncomingMessage.h.