HighResolutionTimestamp 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 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