FieldSet.GetGroupInstance Method |
Returns the repeating group entry.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax public GroupInstance GetGroupInstance(
int numberOfRepeatingGroupEntriesTag,
int index
)
Parameters
- numberOfRepeatingGroupEntriesTag
- Type: System.Int32
Tag number of the field that defines the number of instances
in this repeating group (the NoXXX field).
- index
- Type: System.Int32
Index of repeating group entry.
Return Value
Type:
GroupInstanceThe nested repeating group entry.
Exceptions Exception | Condition |
---|
EngineException | The tag number does not belong to the message. |
See Also