Message.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.12.0.0
Syntax public bool CompareType(
char type
)
Parameters
- type
- Type: System.Char
Type value.
Return Value
Type:
Booleantrue if the message type value is equal to the given char value, and
false otherwise.
See Also