Returns the 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
)
Visual Basic
Public Function GetGroup ( _
	numberOfRepeatingGroupEntriesTag As Integer _
) As Group
Visual C++
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

The nested repeating group.

Exceptions

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

See Also