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::MDInstrumentDefinitionOption55::UnderlyingsEntry Struct Reference

#include <B2BITS_CmeMdpMessages.h>

Classes

struct  Content
 

Public Types

enum  { fix_sized = true }
 
typedef MDInstrumentDefinitionOption55 parent_type
 

Public Member Functions

 UnderlyingsEntry (const uint8_t *buf, uint16_t blockLen)
 
Int32 getUnderlyingSecurityID () const
 
SecurityIDSource getUnderlyingSecurityIDSource () const
 
StringRef getUnderlyingSymbol () 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 = MDInstrumentDefinitionOption55::SType
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum
Enumerator
fix_sized 

Constructor & Destructor Documentation

Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::UnderlyingsEntry ( const uint8_t *  buf,
uint16_t  blockLen 
)
inline

Member Function Documentation

uint32_t Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::fixedPartSize ( ) const
inline
Int32 Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::getUnderlyingSecurityID ( ) const
inline
SecurityIDSource Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::getUnderlyingSecurityIDSource ( ) const
inline
StringRef Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::getUnderlyingSymbol ( ) const
inline
static const char* Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::semanticType ( )
inlinestatic
uint32_t Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::size ( ) const
inline
std::ostream& Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::toString ( std::ostream &  os,
const char *  delim = "\x01" 
) const

Member Data Documentation

const SemanticType Cme::Mdp::MDInstrumentDefinitionOption55::UnderlyingsEntry::SType = MDInstrumentDefinitionOption55::SType
static