ConstTagValueRemoveField Method

FIX Antenna .NET Programmer's Guide
Removes the field by tag.

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

public virtual bool RemoveField(
	int tag
)

Parameters

tag
Type: SystemInt32
field number

Return Value

Type: Boolean
if the given tag was found and the field was removed otherwise .

Implements

IFixFieldsRemoveField(Int32)
See Also

Reference