OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
GroupSizeEncoding Class Reference

Public Types

enum  
typedef UInt16 BlockLength
typedef UInt8 NumInGroup

Public Member Functions

std::string toString () const
BlockLength blockLength () const noexcept
void setBlockLength (BlockLength value) noexcept
NumInGroup numInGroup () const noexcept
void setNumInGroup (NumInGroup value) noexcept

Detailed Description

Definition at line 120 of file Composites.h.

Member Typedef Documentation

◆ BlockLength

typedef UInt16 BlockLength

Root block length.

Definition at line 127 of file Composites.h.

◆ NumInGroup

typedef UInt8 NumInGroup

Counter representing the number of entries in a repeating group.

FIX type: NumInGroup.

Definition at line 132 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 124 of file Composites.h.

Member Function Documentation

◆ blockLength()

BlockLength blockLength ( ) const
inlinenoexcept

Root block length.

Definition at line 141 of file Composites.h.

◆ numInGroup()

NumInGroup numInGroup ( ) const
inlinenoexcept

Counter representing the number of entries in a repeating group.

FIX type: NumInGroup.

Definition at line 158 of file Composites.h.

◆ setBlockLength()

void setBlockLength ( BlockLength value)
inlinenoexcept

Root block length.

Definition at line 148 of file Composites.h.

◆ setNumInGroup()

void setNumInGroup ( NumInGroup value)
inlinenoexcept

Counter representing the number of entries in a repeating group.

FIX type: NumInGroup.

Definition at line 167 of file Composites.h.

◆ toString()

std::string toString ( ) const
inline
Returns
a human-readable presentation.

Definition at line 3185 of file Serialization.h.