ConstTagValueisSupported Method

FIX Antenna .NET Programmer's Guide
Verifies is field acceptable in the message

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public bool isSupported(
	int tag
)

Parameters

tag
Type: SystemInt32
Tag number of the field to verify.

Return Value

Type: Boolean
if field supported by this message, otherwise returns .
See Also

Reference