EPAM B2BITS CME MDP Handler C++  5.4.2
Public Member Functions | List of all members
Cme::Mdp::Group Struct Reference

#include <B2BITS_CmeMdpFIX.h>

Public Member Functions

template<class Entry >
 Group (const const_rg_iterator< Entry > &it)
 
 Group (const Group &)
 
Groupoperator= (const Group &)=delete
 
int size () const
 
TagValue getEntry (int index) const
 

Detailed Description

Repeating Group interface.

Constructor & Destructor Documentation

template<class Entry >
Cme::Mdp::Group::Group ( const const_rg_iterator< Entry > &  it)
Cme::Mdp::Group::Group ( const Group )

Member Function Documentation

TagValue Cme::Mdp::Group::getEntry ( int  index) const
Returns
Entry by index
Group& Cme::Mdp::Group::operator= ( const Group )
delete
int Cme::Mdp::Group::size ( ) const
Returns
Number of entries in this repeating group.