FieldSet.GetGroup Method (Int32) |
Returns the repeating group.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.6.2_x64 (in FIXForge.NET.FIX.Engine-net-4.6.2_x64.dll) Version: 4.7.0.0
Syntaxpublic 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