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.12.0.0
Syntax 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:
GroupRepeating group.
Exceptions Exception | Condition |
---|
EngineException | The tag number does not belong to the group. |
See Also