forwardHighResolutionTimestamp Structure   Table of ContentHighResolutionTimestamp Propertiesforward
HighResolutionTimestamp Constructor
Initializes a new instance of the HighResolutionTimestamp class

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(
	DateTime timestamp,
	ulong picosecond
)

Parameters

timestamp
Type: System.DateTime
Low resolution part without sub-seconds.
picosecond
Type: System.UInt64
High-resolution sub second part in picoseconds.
See Also