Click or drag to resize

IFixFieldsSetAsUTCTimestamp Method

Updates field with new value

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
void SetAsUTCTimestamp(
	int tag,
	DateTime value,
	TimeFlags flags
)

Parameters

tag  Int32
field number
value  DateTime
new value
flags  TimeFlags
time format flags
See Also