OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation
GroupSizeEncoding Class Reference

#include <OnixS/CME/ConflatedTCP/messaging/Composites.h>

Public Types

enum  { Size = 4 }
 
typedef UInt16 BlockLength
 
typedef UInt16 NumInGroup
 

Public Member Functions

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

Detailed Description

Definition at line 83 of file Composites.h.

Member Typedef Documentation

typedef UInt16 BlockLength

Type alias for the BlockLength.

FIX type: Length.

Definition at line 92 of file Composites.h.

typedef UInt16 NumInGroup

Type alias for the NumInGroup.

FIX type: NumInGroup.

Definition at line 97 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 87 of file Composites.h.

Member Function Documentation

BlockLength blockLength ( ) const
inlinenoexcept
Returns
the blockLength field.

FIX type: Length.

Definition at line 103 of file Composites.h.

NumInGroup numInGroup ( ) const
inlinenoexcept
Returns
the numInGroup field.

FIX type: NumInGroup.

Definition at line 122 of file Composites.h.

void setBlockLength ( BlockLength  value)
inlinenoexcept

Sets the blockLength field.

FIX type: Length.

Definition at line 112 of file Composites.h.

void setNumInGroup ( NumInGroup  value)
inlinenoexcept

Sets the numInGroup field.

FIX type: NumInGroup.

Definition at line 131 of file Composites.h.


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