forwardGetGroup Method (Int32, Group)   Table of ContentGetHighResolutionTimeSpan Method forward
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.10.1.0
Syntax
C#
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: GroupInstance
The nested repeating group entry.
Exceptions
ExceptionCondition
EngineExceptionThe tag number does not belong to the message.
See Also