OnixS C++ B3 BOE Binary Order Entry 1.4.0
Users' manual and API documentation
Loading...
Searching...
No Matches
GroupSizeEncoding Class Reference

#include <OnixS/B3/BOE/messaging/Composites.h>

Public Types

enum  
typedef UInt16 BlockLength
typedef UInt8 NumInGroup

Public Member Functions

std::string toString (bool skipEmptyFields=false) 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 142 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 159 of file Composites.h.

◆ setBlockLength()

void setBlockLength ( BlockLength value)
inlinenoexcept

Root block length.

Definition at line 149 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 168 of file Composites.h.

◆ toString()

std::string toString ( bool skipEmptyFields = false) const
inline
Returns
a human-readable presentation.

Definition at line 3570 of file Serialization.h.