FieldSet.GetGroup Method (Int32) |
Returns the repeating group.
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 Group GetGroup(
int numberOfRepeatingGroupEntriesTag
)
Parameters
- numberOfRepeatingGroupEntriesTag
- Type: System.Int32
Tag number of the field that defines the number of instances
in this repeating group (the NoXXX field).
Return Value
Type:
GroupThe nested repeating group.
See Also