forwardSetFlag Method    Table of ContentSetV Method forward
Group.SetGroup Method
Creates a new repeating group or changes the number of entries in the existing 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 SetGroup(
	int numberOfRepeatingGroupEntriesTag,
	int repeatingGroupEntryIndex,
	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).
repeatingGroupEntryIndex
Type: System.Int32
Index of the repeating group entry (starts at 0).
numberOfRepeatingGroupEntries
Type: System.Int32
Number of entries in the repeating group.

Return Value

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