Returns the repeating group.
Namespace: FIXForge.NET.FIXAssembly: 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
See Also