forwardAddCustomMessage Method    Table of ContentFix2Fixml Method forward
FixmlConverter.AddCustomRepeatingGroup Method
Adds custom repeating group. If there is already such a repeating group then it will be replaced.

Namespace:  FIXForge.NET.FIX.Fix2FixmlConverter
Assembly:  FIXForge.NET.FIX.Fix2FixmlConverter-net-4.8_x64 (in FIXForge.NET.FIX.Fix2FixmlConverter-net-4.8_x64.dll) Version: 4.10.1.0 (4.10.1.0)
Syntax
C#
public void AddCustomRepeatingGroup(
	int groupTag,
	string groupBlockName
)

Parameters

groupTag
Type: System.Int32
Custom repeating group tag number.
groupBlockName
Type: System.String
Custom repeating group block name.
See Also