forwardGetFlag Method    Table of ContentGetHighResolutionTimeSpan Method forward
Group.GetGroup Method
Returns the nested 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.10.1.0
Syntax
C#
public Group GetGroup(
	int numberOfRepeatingGroupEntriesTag,
	int repeatingGroupEntryIndex
)

Parameters

numberOfRepeatingGroupEntriesTag
Type: System.Int32
Tag number of the field that defines the number of entries in this nested repeating group (the NoXXX field).
repeatingGroupEntryIndex
Type: System.Int32
Index of the repeating group entry (starts at 0).

Return Value

Type: Group
The nested repeating group.
Exceptions
ExceptionCondition
EngineExceptionThe tag number does not belong to the group.
See Also