Click or drag to resize

FixMessageIsSupported Method

Verifies is field acceptable in the message

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public bool IsSupported(
	int tag
)

Parameters

tag  Int32
Tag number of the field to verify.

Return Value

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