FixMessageSetField Method (Int32, String)

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

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

public bool SetField(
	int tag,
	string value
)

Parameters

tag
Type: SystemInt32
field number
value
Type: SystemString
field value

Return Value

Type: Boolean
if the given tag was found and the old value was replaced with the new one, otherwise (the given tag was inserted).

Implements

IFixFieldsSetField(Int32, String)
Exceptions

ExceptionCondition
ApplicationException if the method cannot be performed (e.g. the given tag is not defined for this message type).
See Also

Reference