GroupSetField(Int32, Int32, Int32) Method |
Sets Field by Tag.
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic bool SetField(
int tag,
int value,
int index
)
public function SetField(
tag : int,
value : int,
index : int
) : boolean
Parameters
- tag Int32
- field number
- value Int32
- new value
- index Int32
- Group's index (starts at 0)
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).
ExceptionsException | Condition |
---|
ApplicationException |
If the method cannot be performed
(e.g. the given tag is not defined for this group type).
|
See Also