OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
GroupSize Class Reference

Public Types

enum  
typedef UInt16 BlockLength
typedef UInt8 NumInGroup

Public Member Functions

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

Detailed Description

FIX type: NumInGroup.

Definition at line 94 of file Composites.h.

Member Typedef Documentation

◆ BlockLength

Type alias for the BlockLength.

Definition at line 101 of file Composites.h.

◆ NumInGroup

typedef UInt8 NumInGroup

Type alias for the NumInGroup.

Definition at line 104 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 98 of file Composites.h.

Member Function Documentation

◆ blockLength()

BlockLength blockLength ( ) const
inlinenoexcept
Returns
the blockLength field.

Definition at line 108 of file Composites.h.

◆ numInGroup()

NumInGroup numInGroup ( ) const
inlinenoexcept
Returns
the numInGroup field.

Definition at line 123 of file Composites.h.

◆ setBlockLength()

void setBlockLength ( BlockLength value)
inlinenoexcept

Sets the blockLength field.

Definition at line 115 of file Composites.h.

◆ setNumInGroup()

void setNumInGroup ( NumInGroup value)
inlinenoexcept

Sets the numInGroup field.

Definition at line 130 of file Composites.h.