#include <OnixS/FIXEngine/FIX/FlatGroup.h>
Public Member Functions | |
FlatFieldRef | find (Tag) const |
StringRef | operator[] (const FlatFieldRef &) const |
FlatGroup | getGroup (const FlatFieldRef &numberOfInstancesRef) const |
Friends | |
class | MessageOperator |
Provides an access to the fields of a particular repeating group instance.
Definition at line 34 of file FlatGroup.h.
FlatFieldRef find | ( | Tag | ) | const |
Looks for a field using the given tag number.
FlatGroup getGroup | ( | const FlatFieldRef & | numberOfInstancesRef | ) | const |
Returns the reference to a repeating group - if exists.
numberOfInstancesRef | A reference of the field that defines the number of instances in this repeating group (the NoXXX field). |
std::exception | if the given field does not contain the number of instances. |
StringRef operator[] | ( | const FlatFieldRef & | ) | const |
Provides an access to a field value by the given temporary reference.
|
friend |
Definition at line 56 of file FlatGroup.h.