ConstTagValueSetAsDecimal Method

FIX Antenna .NET Programmer's Guide
Updates field with new value

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public virtual void SetAsDecimal(
	int tag,
	decimal value
)

Parameters

tag
Type: SystemInt32
field number
value
Type: SystemDecimal
new value

Implements

IFixFieldsSetAsDecimal(Int32, Decimal)
See Also

Reference