GroupSetAsUTCTimestamp 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 void SetAsUTCTimestamp(
	int tag,
	int index,
	DateTime value,
	TimeFlags flags
)

Parameters

tag
Type: SystemInt32
field number
index
Type: SystemInt32
Group's index (starts at 0)
value
Type: SystemDateTime
new value
flags
Type: com.b2bits.FIXAntennaTimeFlags
time format flags
See Also

Reference