#include <OnixS/B3/BOE/messaging/Composites.h>
Public Types | |
| enum | |
| typedef UInt8 | Length |
| typedef Char | VarData |
Public Member Functions | |
| Length | length () const noexcept |
| void | length (Length value) noexcept |
| StrRef | varData () const noexcept |
| void | varData (StrRef value) noexcept |
| std::string | toString (bool skipEmptyFields=false) const |
| Length | binarySize () const noexcept |
DATA Field. FIX type: data.
Definition at line 886 of file Composites.h.
| typedef UInt8 Length |
Length type.
Definition at line 893 of file Composites.h.
VarData type.
Definition at line 896 of file Composites.h.
| anonymous enum |
|
inlinenoexcept |
Definition at line 939 of file Composites.h.
|
inlinenoexcept |
Definition at line 900 of file Composites.h.
|
inlinenoexcept |
Sets the length.
Definition at line 907 of file Composites.h.
|
inline |
Definition at line 3600 of file Serialization.h.
|
inlinenoexcept |
Definition at line 915 of file Composites.h.
|
inlinenoexcept |
Sets the varData field.
Definition at line 922 of file Composites.h.