Interface ITimestampProvider
Timestamp provider interface.
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public interface ITimestampProvider
Properties
EpochTimestamp
Returns timestamp as 64-bit integer expressing the number of nano seconds since midnight January 1, 1970.
Declaration
ulong EpochTimestamp { get; }
Property Value
Type | Description |
---|---|
UInt64 | timestamp |
Timestamp
Returns timestamp.
Note: Timestamp should not contains space character.
Declaration
ReadOnlySpan<byte> Timestamp { get; }
Property Value
Type | Description |
---|---|
ReadOnlySpan<Byte> | timestamp |