forwardFieldSet Methods   Table of ContentContain Method forward
FieldSet.CompareFieldValue Method
Returns true if the field, specified by the given tag, is present in the FieldSet instance 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,
	string value
)

Parameters

tag
Type: System.Int32
Tag number.
value
Type: System.String
Field value.

Return Value

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