OnixS C++ CME MDP Premium Market Data Handler 5.9.0
Users' manual and API documentation
Loading...
Searching...
No Matches
GroupSize Class Reference

#include <OnixS/CME/MDH/Composites.h>

Public Types

enum  
typedef UInt16 BlockLength
typedef UInt8 NumInGroup

Public Member Functions

 GroupSize ()
BlockLength blockLength () const
NumInGroup numInGroup () const

Detailed Description

Repeating group dimensions.

FIX type: NumInGroup.

Definition at line 220 of file Composites.h.

Member Typedef Documentation

◆ BlockLength

blockLength type.

Definition at line 230 of file Composites.h.

◆ NumInGroup

typedef UInt8 NumInGroup

numInGroup type.

Definition at line 233 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of composite.

Enumerator
Size 

Definition at line 224 of file Composites.h.

Constructor & Destructor Documentation

◆ GroupSize()

GroupSize ( )
inline

Default constructor.

Initializes fields with zero values.

Definition at line 238 of file Composites.h.

Member Function Documentation

◆ blockLength()

BlockLength blockLength ( ) const
inline

blockLength field.

Definition at line 245 of file Composites.h.

◆ numInGroup()

NumInGroup numInGroup ( ) const
inline

numInGroup field.

Definition at line 251 of file Composites.h.