B2BITS FIX Antenna HFT  1.0.16
 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
ILink3V5::EstablishmentAck504 Struct Reference

#include <ILink3V5BinaryMessages.h>

+ Inheritance diagram for ILink3V5::EstablishmentAck504:
+ Collaboration diagram for ILink3V5::EstablishmentAck504:

Public Member Functions

 EstablishmentAck504 () throw ()
 
 EstablishmentAck504 (bool initFields) throw ()
 
const FTI::Enum getFaultToleranceIndicator () const throw ()
 
FieldsIterator getIterator () const
 
const uInt16 getKeepAliveInterval () const throw ()
 
size_t getMsgLength () const
 
const uInt32 getNextSeqNo () const throw ()
 
const uInt32 getPreviousSeqNo () const throw ()
 
const uInt64 getPreviousUUID () const throw ()
 
const uInt64 getRequestTimestamp () const throw ()
 
const uInt16NULL getSecretKeySecureIDExpiration () const throw ()
 
FieldsSetIterator getSetIterator ()
 
const SplitMsg::Enum getSplitMsg () const throw ()
 
const uInt64 getUUID () const throw ()
 
void setFaultToleranceIndicator (const FTI::Enum val) throw ()
 
void setKeepAliveInterval (uInt16 value) throw ()
 
void setNextSeqNo (uInt32 value) throw ()
 
void setPreviousSeqNo (uInt32 value) throw ()
 
void setPreviousUUID (uInt64 value) throw ()
 
void setRequestTimestamp (uInt64 value) throw ()
 
void setSecretKeySecureIDExpiration (uInt16NULL value) throw ()
 
void setSplitMsg (const SplitMsg::Enum val) throw ()
 
void setUUID (uInt64 value) throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
void updateMessageLength ()
 
- Public Member Functions inherited from ILink3V5::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 size_t getMinMessageSize ()
 
static FieldsSetIterator getSetIterator (StandardHeader &message)
 
static bool hasRepeatingGroups ()
 
static void updateMessageLength (StandardHeader &message)
 

Public Attributes

FTI faultToleranceIndicator
 
uInt16 keepAliveInterval
 
uInt32 nextSeqNo
 
uInt32 previousSeqNo
 
uInt64 previousUUID
 
uInt64 requestTimestamp
 
uInt16NULL secretKeySecureIDExpiration
 
SplitMsg splitMsg
 
uInt64 uuid
 
- Public Attributes inherited from ILink3V5::StandardHeader
u16 encodingType
 
u16 messageLength
 
messageHeader sbeHeader
 

Static Public Attributes

static const u16 BlockLength = 38
 
static constexpr const char * SemanticType = "EstablishmentAck"
 
static const u16 TemplateID = 504
 

Constructor & Destructor Documentation

ILink3V5::EstablishmentAck504::EstablishmentAck504 ( )
throw (
)
inline
ILink3V5::EstablishmentAck504::EstablishmentAck504 ( bool  initFields)
throw (
)
inlineexplicit

Member Function Documentation

const FTI::Enum ILink3V5::EstablishmentAck504::getFaultToleranceIndicator ( ) const
throw (
)
inline
FieldsIterator ILink3V5::EstablishmentAck504::getIterator ( ) const
inline
FieldsIterator ILink3V5::EstablishmentAck504::getIterator ( const StandardHeader message)
inlinestatic
const uInt16 ILink3V5::EstablishmentAck504::getKeepAliveInterval ( ) const
throw (
)
inline
size_t ILink3V5::EstablishmentAck504::getMinMessageSize ( )
inlinestatic
size_t ILink3V5::EstablishmentAck504::getMsgLength ( ) const
inline
const uInt32 ILink3V5::EstablishmentAck504::getNextSeqNo ( ) const
throw (
)
inline
const uInt32 ILink3V5::EstablishmentAck504::getPreviousSeqNo ( ) const
throw (
)
inline
const uInt64 ILink3V5::EstablishmentAck504::getPreviousUUID ( ) const
throw (
)
inline
const uInt64 ILink3V5::EstablishmentAck504::getRequestTimestamp ( ) const
throw (
)
inline
const uInt16NULL ILink3V5::EstablishmentAck504::getSecretKeySecureIDExpiration ( ) const
throw (
)
inline
FieldsSetIterator ILink3V5::EstablishmentAck504::getSetIterator ( )
inline
FieldsSetIterator ILink3V5::EstablishmentAck504::getSetIterator ( StandardHeader message)
inlinestatic
const SplitMsg::Enum ILink3V5::EstablishmentAck504::getSplitMsg ( ) const
throw (
)
inline
const uInt64 ILink3V5::EstablishmentAck504::getUUID ( ) const
throw (
)
inline
static bool ILink3V5::EstablishmentAck504::hasRepeatingGroups ( )
inlinestatic
void ILink3V5::EstablishmentAck504::setFaultToleranceIndicator ( const FTI::Enum  val)
throw (
)
inline
void ILink3V5::EstablishmentAck504::setKeepAliveInterval ( uInt16  value)
throw (
)
inline
void ILink3V5::EstablishmentAck504::setNextSeqNo ( uInt32  value)
throw (
)
inline
void ILink3V5::EstablishmentAck504::setPreviousSeqNo ( uInt32  value)
throw (
)
inline
void ILink3V5::EstablishmentAck504::setPreviousUUID ( uInt64  value)
throw (
)
inline
void ILink3V5::EstablishmentAck504::setRequestTimestamp ( uInt64  value)
throw (
)
inline
void ILink3V5::EstablishmentAck504::setSecretKeySecureIDExpiration ( uInt16NULL  value)
throw (
)
inline
void ILink3V5::EstablishmentAck504::setSplitMsg ( const SplitMsg::Enum  val)
throw (
)
inline
void ILink3V5::EstablishmentAck504::setUUID ( uInt64  value)
throw (
)
inline
std::ostream& ILink3V5::EstablishmentAck504::toStream ( std::ostream &  os) const
inline
std::string ILink3V5::EstablishmentAck504::toString ( ) const
inline
void ILink3V5::EstablishmentAck504::updateMessageLength ( )
inline
static void ILink3V5::EstablishmentAck504::updateMessageLength ( StandardHeader message)
inlinestatic

Member Data Documentation

const u16 ILink3V5::EstablishmentAck504::BlockLength = 38
static
FTI ILink3V5::EstablishmentAck504::faultToleranceIndicator
uInt16 ILink3V5::EstablishmentAck504::keepAliveInterval
uInt32 ILink3V5::EstablishmentAck504::nextSeqNo
uInt32 ILink3V5::EstablishmentAck504::previousSeqNo
uInt64 ILink3V5::EstablishmentAck504::previousUUID
uInt64 ILink3V5::EstablishmentAck504::requestTimestamp
uInt16NULL ILink3V5::EstablishmentAck504::secretKeySecureIDExpiration
constexpr const char* ILink3V5::EstablishmentAck504::SemanticType = "EstablishmentAck"
static
SplitMsg ILink3V5::EstablishmentAck504::splitMsg
const u16 ILink3V5::EstablishmentAck504::TemplateID = 504
static
uInt64 ILink3V5::EstablishmentAck504::uuid