OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
Group Class Reference

#include <OnixS/CME/MDH/FIX/Message.h>

Public Types

typedef GroupEntriesSource::Size Size
 

Public Member Functions

 Group ()
 
 Group (const Group &other)
 
 operator bool () const
 
Size size () const
 
GroupEntry operator[] (Size index) const
 
Groupoperator= (const Group &other)
 

Protected Member Functions

 Group (const GroupEntriesSource &binary, const GroupEntryAccessor &accessor)
 

Detailed Description

Definition at line 131 of file Message.h.

Member Typedef Documentation

Number of repeating group entries.

Definition at line 146 of file Message.h.

Constructor & Destructor Documentation

Group ( const GroupEntriesSource binary,
const GroupEntryAccessor accessor 
)
inlineprotected

Initializes the instance over the binary data.

Definition at line 138 of file Message.h.

Group ( )
inline

Initializes the instance which refers to nothing and thus represent a null instance.

Definition at line 150 of file Message.h.

Group ( const Group other)
inline

Initializes as the copy of the other instance.

Definition at line 156 of file Message.h.

Member Function Documentation

operator bool ( ) const
inline

Indicates whether the instance refers to a valid repeating group.

Definition at line 164 of file Message.h.

Group& operator= ( const Group other)
inline

Re-initializes as the copy of the other instance.

Definition at line 186 of file Message.h.

GroupEntry operator[] ( Size  index) const
inline

Provides access to the group entry by its index in the group.

Definition at line 178 of file Message.h.

Size size ( ) const
inline

Number of entries in the repeating group being referred by the given instance.

Definition at line 171 of file Message.h.


The documentation for this class was generated from the following file: