GroupSetField Method (Int32, Int32, Int32)

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,
	int value,
	int index
)

Parameters

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

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).
Exceptions

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

Reference