Class SecurityRemoveMessage
- Namespace
- StockSharp.Algo
- Assembly
- StockSharp.Algo.dll
The message, containing security id to remove.
[DataContract]
public class SecurityRemoveMessage : Message, IMessage, ILocalTimeMessage, ICloneable, ISecurityIdMessage
- Inheritance
-
SecurityRemoveMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
SecurityRemoveMessage()
Initializes a new instance of the SecurityRemoveMessage.
public SecurityRemoveMessage()
Properties
SecurityId
Security ID.
[DataMember]
public SecurityId SecurityId { get; set; }
Property Value
Methods
Clone()
Create a copy of SecurityRemoveMessage.
public override Message Clone()
Returns
- Message
Copy.