forwardCompareType Method    Table of ContentCompareType Method (String)forward
FlatMessage.CompareType Method (Char)
Returns true if the message type value is equal to the given char 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 CompareType(
	char type
)

Parameters

type
Type: System.Char
Type value.

Return Value

Type: Boolean
true if the message type value is equal to the given char value, and false otherwise.
See Also