EPAM B2BITS ICE Impact Handler C++  1.1.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
IceImpact::MulticastChannelGroups Struct Reference

#include <B2BITS_IceImpactMessages.h>

Inheritance diagram for IceImpact::MulticastChannelGroups:
Inheritance graph
[legend]
Collaboration diagram for IceImpact::MulticastChannelGroups:
Collaboration graph
[legend]

Classes

struct  ChannelInfo
 
class  ChannelInfoArray
 
class  MarketTypeInfoArray
 

Public Member Functions

 MulticastChannelGroups () throw ()
 
 MulticastChannelGroups (bool initFields) throw ()
 
MulticastChannelGroupsclone () const
 
size_t getMsgLength () const throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
ChannelInfoArray getChannelInfoArray () const throw ()
 
const Int16 getNumberOfChannelGroups () const throw ()
 
void setNumberOfChannelGroups (Int16 val) throw ()
 
- Public Member Functions inherited from IceImpact::MessageHeader
MessageType::Enum getMessageType () const
 
void setMessageType (MessageType::Enum value)
 
i16 getMessageBodyLength () const
 
void setMessageBodyLength (i16 value)
 

Public Attributes

Int16 numberOfChannelGroups
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_MulticastChannelGroups
 

Constructor & Destructor Documentation

IceImpact::MulticastChannelGroups::MulticastChannelGroups ( )
throw (
)
inline
IceImpact::MulticastChannelGroups::MulticastChannelGroups ( bool  initFields)
throw (
)
inlineexplicit

Member Function Documentation

MulticastChannelGroups* IceImpact::MulticastChannelGroups::clone ( ) const
inline
ChannelInfoArray IceImpact::MulticastChannelGroups::getChannelInfoArray ( ) const
throw (
)
inline
size_t IceImpact::MulticastChannelGroups::getMsgLength ( ) const
throw (
)
inline
const Int16 IceImpact::MulticastChannelGroups::getNumberOfChannelGroups ( ) const
throw (
)
inline
void IceImpact::MulticastChannelGroups::setNumberOfChannelGroups ( Int16  val)
throw (
)
inline
std::ostream& IceImpact::MulticastChannelGroups::toStream ( std::ostream &  os) const
inline
std::string IceImpact::MulticastChannelGroups::toString ( ) const
inline

Member Data Documentation

Int16 IceImpact::MulticastChannelGroups::numberOfChannelGroups
const MessageType::Enum IceImpact::MulticastChannelGroups::TYPE = MessageType::MessageType_MulticastChannelGroups
static