Interface ITimestampProvider
Timestamp provider interface.
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public interface ITimestampProvider
Properties
Timestamp
Returns timestamp.
Note: Timestamp should not contains space character.
Declaration
ReadOnlySpan<byte> Timestamp { get; }
Property Value
Type | Description |
---|---|
ReadOnlySpan<byte> | timestamp |