OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
GroupSizeEncoding Class Reference

Public Types

enum  
typedef UInt16 BlockLength
typedef UInt16 NumInGroup

Public Member Functions

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

Detailed Description

Definition at line 351 of file Composites.h.

Member Typedef Documentation

◆ BlockLength

Type alias for the BlockLength.

Definition at line 358 of file Composites.h.

◆ NumInGroup

typedef UInt16 NumInGroup

Type alias for the NumInGroup.

Definition at line 361 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 355 of file Composites.h.

Member Function Documentation

◆ blockLength() [1/2]

BlockLength blockLength ( ) const
inlinenoexcept
Returns
the blockLength field.

Definition at line 370 of file Composites.h.

◆ blockLength() [2/2]

void blockLength ( BlockLength value)
inlinenoexcept

Sets the blockLength field.

Definition at line 376 of file Composites.h.

◆ numInGroup() [1/2]

NumInGroup numInGroup ( ) const
inlinenoexcept
Returns
the numInGroup field.

Definition at line 383 of file Composites.h.

◆ numInGroup() [2/2]

void numInGroup ( NumInGroup value)
inlinenoexcept

Sets the numInGroup field.

Definition at line 389 of file Composites.h.

◆ toString()

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

Definition at line 1688 of file Serialization.h.