GroupRemoveField Method

FIX Antenna .NET Programmer's Guide
Removes Field by Tag.

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

public bool RemoveField(
	int tag,
	int index
)

Parameters

tag
Type: SystemInt32
field number
index
Type: SystemInt32
Group's index (starts at 0)

Return Value

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

Reference