Updates field with new value
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic void SetAsRaw(
int tag,
int index,
byte[] value
)
public function SetAsRaw(
tag : int,
index : int,
value : byte[]
)
Parameters
- tag Int32
- field number
- index Int32
- Group's index (starts at 0)
- value Byte
- new value
See Also