#include <OnixS/B3/BOE/messaging/Composites.h>
Public Types | |
enum | { Size = 1 } |
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 () const |
Length | binarySize () const noexcept |
FIX type: data.
Definition at line 946 of file Composites.h.
typedef UInt8 Length |
Length type.
Definition at line 953 of file Composites.h.
VarData type.
Definition at line 956 of file Composites.h.
anonymous enum |
|
inlinenoexcept |
Definition at line 998 of file Composites.h.
|
inlinenoexcept |
Definition at line 960 of file Composites.h.
|
inlinenoexcept |
Sets the length.
Definition at line 967 of file Composites.h.
|
inline |
Definition at line 3103 of file Serialization.h.
|
inlinenoexcept |
Definition at line 975 of file Composites.h.
|
inlinenoexcept |
Sets the varData field.
Definition at line 982 of file Composites.h.