OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
GroupSizeEncoding Class Reference

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

Public Types

enum  { Size = 3 }
 
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

typedef UInt16 BlockLength

Root block length.

Definition at line 127 of file Composites.h.

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

Size of the composite.

Enumerator
Size 

Definition at line 124 of file Composites.h.

Member Function Documentation

BlockLength blockLength ( ) const
inlinenoexcept

Root block length.

Definition at line 141 of file Composites.h.

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.

void setBlockLength ( BlockLength  value)
inlinenoexcept

Root block length.

Definition at line 148 of file Composites.h.

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.

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

Definition at line 3068 of file Serialization.h.


The documentation for this class was generated from the following files: