GroupEntryRemoveField Method |
Removes the field by tag.
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic bool RemoveField(
int tag
)
public final function RemoveField(
tag : int
) : boolean
Parameters
- tag Int32
- field number
Return Value
Boolean if the given tag was found and the field was removed otherwise
.
Implements
IFixFieldsRemoveField(Int32)
See Also