forwardGet Method    Table of ContentGet Method (Int32, Int32, StringBuilder)forward
Group.Get Method (Int32, Int32)
Returns the field value as string.

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 string Get(
	int tag,
	int repeatingGroupEntryIndex
)

Parameters

tag
Type: System.Int32
Tag number.
repeatingGroupEntryIndex
Type: System.Int32
Index of the repeating group entry (starts at 0).

Return Value

Type: String
Field value as string.
Exceptions
ExceptionCondition
EngineExceptionThe tag number does not belong to the group.
See Also