• Version 1.15.2
Show / Hide Table of Contents

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

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX