Table of Contents

Interface ISeqNumMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

The interface describing an message with SeqNum property.

public interface ISeqNumMessage
Extension Methods

Properties

SeqNum

Sequence number.

long SeqNum { get; set; }

Property Value

long

Remarks

Zero means no information.