EPAM B2BITS CME MDP Handler C++  5.4.2
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry Struct Reference

#include <B2BITS_CmeMdpMessages.h>

Classes

struct  Content
 

Public Types

enum  { fix_sized = true }
 
typedef MDInstrumentDefinitionRepo58 parent_type
 

Public Member Functions

 RelatedInstrumentsEntry (const uint8_t *buf, uint16_t blockLen)
 
Int32 getRelatedSecurityID () const
 
SecurityIDSource getRelatedSecurityIDSource () const
 
StringRef getRelatedSymbol () const
 
UInt64NULL getRelatedInstrumentGUID () const
 
uint32_t fixedPartSize () const
 
uint32_t size () const
 
std::ostream & toString (std::ostream &os, const char *delim="\x01") const
 

Static Public Member Functions

static const char * semanticType ()
 

Static Public Attributes

static const SemanticType SType = MDInstrumentDefinitionRepo58::SType
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum
Enumerator
fix_sized 

Constructor & Destructor Documentation

Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::RelatedInstrumentsEntry ( const uint8_t *  buf,
uint16_t  blockLen 
)
inline

Member Function Documentation

uint32_t Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::fixedPartSize ( ) const
inline
UInt64NULL Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::getRelatedInstrumentGUID ( ) const
inline
Int32 Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::getRelatedSecurityID ( ) const
inline
SecurityIDSource Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::getRelatedSecurityIDSource ( ) const
inline
StringRef Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::getRelatedSymbol ( ) const
inline
static const char* Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::semanticType ( )
inlinestatic
uint32_t Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::size ( ) const
inline
std::ostream& Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::toString ( std::ostream &  os,
const char *  delim = "\x01" 
) const

Member Data Documentation

const SemanticType Cme::Mdp::MDInstrumentDefinitionRepo58::RelatedInstrumentsEntry::SType = MDInstrumentDefinitionRepo58::SType
static