B2BITS FIX Antenna HFT  1.0.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
B3::NotApplied Struct Reference

#include <B3BinaryMessages.h>

+ Inheritance diagram for B3::NotApplied:
+ Collaboration diagram for B3::NotApplied:

Public Member Functions

const MessageCounter getCount () const
 
const SeqNum getFromSeqNo () const
 
FieldsIterator getIterator () const
 
size_t getMsgLength () const
 
FieldsSetIterator getSetIterator ()
 
 NotApplied ()
 
 NotApplied (bool initFields)
 
void setCount (MessageCounter value)
 
void setFromSeqNo (SeqNum value)
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
void updateMessageLength ()
 
- Public Member Functions inherited from B3::StandardHeader
u16 getEncodingType () const
 
u16 getMessageLength () const
 
const messageHeadergetSbeHeader () 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 MessageTypegetMessageType ()
 
static size_t getMinMessageSize ()
 
static FieldsSetIterator getSetIterator (StandardHeader &message)
 
static bool isDynamicSizeMessage ()
 
static void updateMessageLength (StandardHeader &message)
 

Public Attributes

MessageCounter count
 
SeqNum fromSeqNo
 
- Public Attributes inherited from B3::StandardHeader
u16 encodingType
 
u16 messageLength
 
messageHeader sbeHeader
 

Static Public Attributes

static const u16 BlockLength = 8
 
static const u16 TemplateID = 8
 

Constructor & Destructor Documentation

B3::NotApplied::NotApplied ( )
inline
B3::NotApplied::NotApplied ( bool  initFields)
inlineexplicit

References B3::SchemaID, and B3::SchemaVersion.

Member Function Documentation

const MessageCounter B3::NotApplied::getCount ( ) const
inline

References B3::count.

const SeqNum B3::NotApplied::getFromSeqNo ( ) const
inline

References B3::fromSeqNo.

FieldsIterator B3::NotApplied::getIterator ( ) const
inline
FieldsIterator B3::NotApplied::getIterator ( const StandardHeader message)
inlinestatic
static const MessageType& B3::NotApplied::getMessageType ( )
inlinestatic
size_t B3::NotApplied::getMinMessageSize ( )
inlinestatic

References B3::NotApplied.

size_t B3::NotApplied::getMsgLength ( ) const
inline
FieldsSetIterator B3::NotApplied::getSetIterator ( )
inline
FieldsSetIterator B3::NotApplied::getSetIterator ( StandardHeader message)
inlinestatic
static bool B3::NotApplied::isDynamicSizeMessage ( )
inlinestatic
void B3::NotApplied::setCount ( MessageCounter  value)
inline

References B3::count.

void B3::NotApplied::setFromSeqNo ( SeqNum  value)
inline

References B3::fromSeqNo.

std::ostream& B3::NotApplied::toStream ( std::ostream &  os) const
inline

Referenced by B3::messageToStream().

std::string B3::NotApplied::toString ( ) const
inline
void B3::NotApplied::updateMessageLength ( )
inline
static void B3::NotApplied::updateMessageLength ( StandardHeader message)
inlinestatic

Member Data Documentation

const u16 B3::NotApplied::BlockLength = 8
static
MessageCounter B3::NotApplied::count
SeqNum B3::NotApplied::fromSeqNo
const u16 B3::NotApplied::TemplateID = 8
static