Interface ISeqNumMessage
The interface describing an message with SeqNum property.
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public interface ISeqNumMessage : IMessage, ICloneable
Properties
SeqNum
Sequence number.
Declaration
long SeqNum { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Remarks
Zero means no information.