Click or drag to resize

FixMessageHasFlag Method

Returns if the given flag is present and it equals to "Y", otherwise .

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

Parameters

tag  Int32
field number

Return Value

Boolean
if field equals to "Y", otherwise
See Also