OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
GroupSizeEncoding Class Reference

Public Types

enum  
typedef UInt16 BlockLength
typedef UInt16 NumInGroup

Public Member Functions

BlockLength blockLength () const noexcept
void setBlockLength (BlockLength value) noexcept
NumInGroup numInGroup () const noexcept
void setNumInGroup (NumInGroup value) noexcept

Detailed Description

Definition at line 269 of file Composites.h.

Member Typedef Documentation

◆ BlockLength

Type alias for the BlockLength.

FIX type: Length.

Definition at line 278 of file Composites.h.

◆ NumInGroup

typedef UInt16 NumInGroup

Type alias for the NumInGroup.

FIX type: NumInGroup.

Definition at line 283 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 273 of file Composites.h.

Member Function Documentation

◆ blockLength()

BlockLength blockLength ( ) const
inlinenoexcept
Returns
the blockLength field.

FIX type: Length.

Definition at line 289 of file Composites.h.

◆ numInGroup()

NumInGroup numInGroup ( ) const
inlinenoexcept
Returns
the numInGroup field.

FIX type: NumInGroup.

Definition at line 308 of file Composites.h.

◆ setBlockLength()

void setBlockLength ( BlockLength value)
inlinenoexcept

Sets the blockLength field.

FIX type: Length.

Definition at line 298 of file Composites.h.

◆ setNumInGroup()

void setNumInGroup ( NumInGroup value)
inlinenoexcept

Sets the numInGroup field.

FIX type: NumInGroup.

Definition at line 317 of file Composites.h.