OnixS C++ eSpeed ITCH Market Data Handler  1.7.3
API documentation
BinaryMessage< Accessor > Class Template Reference

#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
 
BinaryMessageoperator= (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
 

Detailed Description

template<class Accessor>
class BinaryMessage< Accessor >

Definition at line 104 of file BinaryMessage.h.

Member Typedef Documentation

Length of message binary data.

Definition at line 112 of file BinaryMessage.h.

Constructor & Destructor Documentation

BinaryMessage ( const void *  data,
MessageSize  size 
)
inline

Initializes instance over given memory block.

Definition at line 115 of file BinaryMessage.h.

ONIXS_ESPEED_ITCH_CONSTEXPR BinaryMessage ( const BinaryMessage< Accessor > &  other)
inline

Initializes instance as copy of the other one.

Definition at line 126 of file BinaryMessage.h.

Member Function Documentation

const void* binary ( ) const
inline

Message content.

Definition at line 135 of file BinaryMessage.h.

MessageSize binarySize ( ) const
inline

Size of message.

Definition at line 142 of file BinaryMessage.h.

BinaryMessage& operator= ( const BinaryMessage< Accessor > &  other)
inline

Re-initializes instance as a copy of the other one.

Definition at line 150 of file BinaryMessage.h.


The documentation for this class was generated from the following file: