#include <OnixS/FIXEngine/FIX/FlatMessage.h>
Public Member Functions | |
FlatField () | |
FlatField (Tag fieldTag, const StringRef &fieldValue) | |
Tag | tag () const |
StringRef | value () const |
Definition at line 61 of file FlatMessage.h.
|
inline |
Initializes the field which refers to nothing.
Definition at line 66 of file FlatMessage.h.
Initializes all members.
Definition at line 70 of file FlatMessage.h.
|
inline |
Gets the field tag.
Definition at line 76 of file FlatMessage.h.
|
inline |
Gets the field value reference.
Definition at line 79 of file FlatMessage.h.