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.12.0.0
Syntax 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:
HighResolutionTimestampField value as a high-resolution UTC (GMT) Timestamp.
Exceptions Exception | Condition |
---|
Exception | The field does not belong to the message, the field value is absent or cannot be represented as a high-resolution UTC Timestamp. |
See Also