GroupEntrySetField Method |
Updates field with new value
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic bool SetField(
int tag,
string value
)
public final function SetField(
tag : int,
value : String
) : boolean
Parameters
- tag Int32
- field number
- value String
- new value
Return Value
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)
See Also