forwardGetHighResolutionTimeSpan Method    Table of ContentGetInteger Method forward
FieldSet.GetHighResolutionTimestamp Method
Returns the field value as a high-resolution 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 HighResolutionTimestamp GetHighResolutionTimestamp(
	int tag,
	TimestampFormat format
)

Parameters

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

Return Value

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