#include <OnixS/CME/ConflatedTCP/messaging/MDP/Composites.h>
Public Types | |
enum | { Size = 3 } |
typedef UInt16 | BlockLength |
typedef UInt8 | NumInGroup |
Public Member Functions | |
BlockLength | blockLength () const noexcept |
void | setBlockLength (BlockLength value) noexcept |
NumInGroup | numInGroup () const noexcept |
void | setNumInGroup (NumInGroup value) noexcept |
FIX type: NumInGroup.
Definition at line 168 of file Composites.h.
typedef UInt16 BlockLength |
Type alias for the BlockLength
.
Definition at line 175 of file Composites.h.
typedef UInt8 NumInGroup |
Type alias for the NumInGroup
.
Definition at line 178 of file Composites.h.
anonymous enum |
|
inlinenoexcept |
blockLength
field. Definition at line 182 of file Composites.h.
|
inlinenoexcept |
numInGroup
field. Definition at line 197 of file Composites.h.
|
inlinenoexcept |
Sets the blockLength
field.
Definition at line 189 of file Composites.h.
|
inlinenoexcept |
Sets the numInGroup
field.
Definition at line 204 of file Composites.h.