B2BITS FIX Antenna HFT
1.0.17
|
#include <B3BinaryMessages.h>
Public Member Functions | |
FieldsIterator | getIterator () const |
size_t | getMsgLength () const |
const SeqNum | getNextSeqNo () const |
FieldsSetIterator | getSetIterator () |
Sequence () | |
Sequence (bool initFields) | |
void | setNextSeqNo (SeqNum value) |
std::ostream & | toStream (std::ostream &os) const |
std::string | toString () const |
void | updateMessageLength () |
![]() | |
u16 | getEncodingType () const |
u16 | getMessageLength () const |
const messageHeader & | getSbeHeader () const |
template<typename T > | |
const T & | getTypedMessage () const |
template<typename T > | |
T & | getTypedMessage () |
void | setEncodingType (u16 value) |
void | setEncodingType (const messageHeader &value) |
void | setMessageLength (u16 value) |
StandardHeader () | |
Static Public Member Functions | |
static FieldsIterator | getIterator (const StandardHeader &message) |
static const MessageType & | getMessageType () |
static size_t | getMinMessageSize () |
static FieldsSetIterator | getSetIterator (StandardHeader &message) |
static bool | isDynamicSizeMessage () |
static void | updateMessageLength (StandardHeader &message) |
Public Attributes | |
SeqNum | nextSeqNo |
![]() | |
u16 | encodingType |
u16 | messageLength |
messageHeader | sbeHeader |
Static Public Attributes | |
static const u16 | BlockLength = 4 |
static const u16 | TemplateID = 9 |
|
inline |
|
inlineexplicit |
References B3::SchemaID, and B3::SchemaVersion.
|
inline |
|
inlinestatic |
References B3::Sequence_IteratorDefines.
|
inlinestatic |
References B3::Sequence.
Referenced by B3::createMessage(), and B3::populateWithConstFields().
|
inlinestatic |
References B3::Sequence.
|
inline |
|
inline |
References B3::nextSeqNo.
|
inline |
|
inlinestatic |
References B3::Sequence_IteratorDefines.
|
inlinestatic |
|
inline |
References B3::nextSeqNo.
|
inline |
Referenced by B3::messageToStream().
|
inline |
|
inline |
References B3::updateMessageLength().
|
inlinestatic |
References B3::StandardHeader::setMessageLength().
|
static |
SeqNum B3::Sequence::nextSeqNo |
|
static |