Creates a new repeating group or changes the number of entries in the existing repeatign 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 SetGroup(
	int numberOfRepeatingGroupEntriesTag,
	int numberOfRepeatingGroupEntries
)
Visual Basic
Public Function SetGroup ( _
	numberOfRepeatingGroupEntriesTag As Integer, _
	numberOfRepeatingGroupEntries As Integer _
) As Group
Visual C++
public:
Group^ SetGroup(
	int numberOfRepeatingGroupEntriesTag, 
	int numberOfRepeatingGroupEntries
)

Parameters

numberOfRepeatingGroupEntriesTag
Type: System..::..Int32
Tag number of the field that defines the number of entries in this repeating group (the NoXXX field).
numberOfRepeatingGroupEntries
Type: System..::..Int32
Number of entries in the repeating group.

Return Value

Repeating group.

Exceptions

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

See Also