OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
GroupSizeEncoding Class Reference

Public Types

enum  
typedef UInt16 BlockLength
typedef UInt16 NumInGroup

Public Member Functions

 GroupSizeEncoding ()
BlockLength blockLength () const
NumInGroup numInGroup () const

Detailed Description

Definition at line 307 of file Composites.h.

Member Typedef Documentation

◆ BlockLength

blockLength type.

FIX type: Length.

Definition at line 319 of file Composites.h.

◆ NumInGroup

typedef UInt16 NumInGroup

numInGroup type.

FIX type: NumInGroup.

Definition at line 324 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of composite.

Enumerator
Size 

Definition at line 311 of file Composites.h.

Constructor & Destructor Documentation

◆ GroupSizeEncoding()

GroupSizeEncoding ( )
inline

Default constructor.

Initializes fields with zero values.

Definition at line 329 of file Composites.h.

Member Function Documentation

◆ blockLength()

BlockLength blockLength ( ) const
inline

blockLength field.

FIX type: Length.

Definition at line 338 of file Composites.h.

◆ numInGroup()

NumInGroup numInGroup ( ) const
inline

numInGroup field.

FIX type: NumInGroup.

Definition at line 346 of file Composites.h.