#include <OnixS/FIXEngine/FIX/Dictionary.h>
Public Member Functions | |
Tag | tag () const |
bool | isRequired () const |
std::vector< FieldInfo > | childFields () const |
Friends | |
class | MessageOperator |
Definition at line 51 of file Dictionary.h.
std::vector<FieldInfo> childFields | ( | ) | const |
Returns the collection of child fields if this field identifies the repeating group.
bool isRequired | ( | ) | const |
Indicates if this field is a required one.
|
friend |
Definition at line 65 of file Dictionary.h.