IFixFieldsSetAsDecimal Method |
Updates field with new value
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxvoid SetAsDecimal(
int tag,
decimal value
)
function SetAsDecimal(
tag : int,
value : decimal
)
Parameters
- tag Int32
- field number
- value Decimal
- new value
See Also