forwardCompareFieldValue Method    Table of ContentCompareFieldValue Method (FlatFieldRef, String)forward
FlatMessage.CompareFieldValue Method (FlatFieldKey, String)
Returns true if the field, specified by the given tag, is present in the FlatMessage 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(
	FlatFieldKey fieldKey,
	string value
)

Parameters

fieldKey
Type: FIXForge.NET.FIX.FlatFieldKey
FlatFieldKey.
value
Type: System.String
Field value.

Return Value

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