Returns the nested repeating group.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public Group GetGroup(
	int numberOfRepeatingGroupEntriesTag,
	int repeatingGroupEntryIndex
)
Visual Basic
Public Function GetGroup ( _
	numberOfRepeatingGroupEntriesTag As Integer, _
	repeatingGroupEntryIndex As Integer _
) As Group
Visual 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

The nested repeating group.

Exceptions

ExceptionCondition
FIXForge.NET.FIX..::..EngineExceptionThe tag number does not belong to the group.

See Also