forwardCompareFieldValue Method (FlatFieldKey, String)   Table of ContentCompareType Method forward
FlatMessage.CompareFieldValue Method (FlatFieldRef, 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(
	FlatFieldRef fieldRef,
	string value
)

Parameters

fieldRef
Type: FIXForge.NET.FIX.FlatFieldRef
FlatFieldRef.
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