forwardGroup Methods   Table of ContentContain Method forward
Group.CompareFieldValue Method
Returns true if the field, specified by the given tag, is present in the GroupInstance and its value is equal to the given string value, otherwise it returns false.

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

Parameters

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

Return Value

Type: Boolean
true if the field, specified by the given tag, is present in the GroupInstance and its value is equal to the given string value, and false otherwise.
See Also