Removes the field.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public bool Remove(
	int tag
)
Visual Basic
Public Function Remove ( _
	tag As Integer _
) As Boolean
Visual C++
public:
bool Remove(
	int tag
)

Parameters

tag
Type: System..::..Int32
Tag number.

Return Value

true if the field was found and removed, otherwise false.

Exceptions

ExceptionCondition
FIXForge.NET.FIX..::..EngineExceptionThe tag number does not belong to the message.

See Also