forwardGetTimestamp Method (Int32)   Table of ContentRemove Method forward
FieldSet.GetTimestamp Method (Int32, TimestampFormat)
Returns the field value as an UTC (GMT) Timestamp.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public DateTime GetTimestamp(
	int tag,
	TimestampFormat format
)

Parameters

tag
Type: System.Int32
Tag number.
format
Type: FIXForge.NET.FIX.TimestampFormat
Timestamp format.

Return Value

Type: DateTime
Field value as an UTC (GMT) Timestamp.
Exceptions
ExceptionCondition
ExceptionThe field does not belong to the message, the field value is absent or cannot be represented as an UTC Timestamp.
See Also