Class Level1ChangeMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The message containing the level1 market data.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Level1", Description = "Level1MarketData")]
public class Level1ChangeMessage : BaseChangeMessage<Level1ChangeMessage, Level1Fields>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage, IServerTimeMessage, IGeneratedMessage, ISecurityIdMessage, ISeqNumMessage
- Inheritance
-
Level1ChangeMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
Level1ChangeMessage()
Initializes a new instance of the Level1ChangeMessage.
public Level1ChangeMessage()
Properties
DataType
Data type info.
public override DataType DataType { get; }
Property Value
SecurityId
Security ID.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Security", Description = "SecurityId", GroupName = "General")]
public SecurityId SecurityId { get; set; }
Property Value
SeqNum
Sequence number.
[DataMember]
public long SeqNum { get; set; }
Property Value
Remarks
Zero means no information.
Methods
CopyTo(Level1ChangeMessage)
Copy the message into the destination
.
public override void CopyTo(Level1ChangeMessage destination)
Parameters
destination
Level1ChangeMessageThe object, to which copied information.
ToString()
public override string ToString()