forwardTryGetFlag Method    Table of ContentTryGetHighResolutionTimeSpan Method forward
FieldSet.TryGetGroup Method
Extracts the repeating group representation from the message. The return value indicates whether the operation succeeded.

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 bool TryGetGroup(
	int numberOfRepeatingGroupEntriesTag,
	out Group result
)

Parameters

numberOfRepeatingGroupEntriesTag
Type: System.Int32
Tag number.
result
Type: FIXForge.NET.FIX.Group
When this method returns, contains object which represents repeating group, if the extraction succeeded, or null if the extraction failed. The extraction fails if the field value is absent. This parameter is passed uninitialized.

Return Value

Type: Boolean
true if the FieldSet contains a value for the specified tag; otherwise - false.
See Also