#include <OnixS/CboeCFE/MarketData/Pitch/BinaryMessage.h>
Protected Member Functions | |
template<class SubMessage > | |
const SubMessage | submessage (BlockSize offset, BlockSize size) const ONIXS_BATS_PITCH_NOTHROW |
template<class FieldValue > | |
FieldValue | ordinary (BlockSize offset) const ONIXS_BATS_PITCH_NOTHROW |
template<class FieldValue > | |
const FieldValue & | ordinaryRef (BlockSize offset) const ONIXS_BATS_PITCH_NOTHROW |
template<class Enumeration > | |
Enumeration::Enum | enumeration (BlockSize offset) const ONIXS_BATS_PITCH_NOTHROW |
template<BlockSize Size> | |
StrRef | fixedStr (BlockSize offset) const ONIXS_BATS_PITCH_NOTHROW |
Exposes base services to access fields stored in little Endian block of memory. Class represents an abstraction, instance construction available through descendants implementing actual access to encoded data.
Definition at line 64 of file BinaryMessage.h.
|
inlineprotected |
Returns value of a field by its offset.
Given function serves as specialization of general case for fields of enumeration type.
Definition at line 112 of file BinaryMessage.h.
|
inlineprotected |
Provides access to string field by its offset.
Given function serves as specialization of general case for fields of string type.
Definition at line 127 of file BinaryMessage.h.
|
inlineprotected |
Returns value of a field by its offset.
Definition at line 88 of file BinaryMessage.h.
|
inlineprotected |
Returns value of a field by its offset.
Definition at line 98 of file BinaryMessage.h.
|
inlineprotected |
Returns sub message.
Definition at line 77 of file BinaryMessage.h.