forwardGetTimestamp Method    Table of ContentGetTimestamp Method (Int32, TimestampFormat)forward
FieldSet.GetTimestamp Method (Int32)
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
)

Parameters

tag
Type: System.Int32
Tag number.

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