forwardHighResolutionTimeSpan Structure   Table of ContentHighResolutionTimeSpan Propertiesforward
HighResolutionTimeSpan Constructor
Initializes a new instance of the HighResolutionTimeSpan 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 HighResolutionTimeSpan(
	TimeSpan timeSpan,
	long picoseconds
)

Parameters

timeSpan
Type: System.TimeSpan
Low resolution part without sub-seconds.
picoseconds
Type: System.Int64
High-resolution sub second part in picoseconds.
See Also