HighResolutionTimeSpan Constructor |
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
Syntaxpublic 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