SecurityRemoveMessage
StockSharp.Algo
The message, containing security id to remove.
Inherits: Message
Implements: ISecurityIdMessage
Constructors
SecurityRemoveMessage
public SecurityRemoveMessage()
securityRemoveMessage = SecurityRemoveMessage()
Initializes a new instance of the SecurityRemoveMessage.
Properties
SecurityId
public SecurityId SecurityId { get; set; }
value = securityRemoveMessage.SecurityId
securityRemoveMessage.SecurityId = value
Security ID.
Methods
Clone
public override Message Clone()
result = securityRemoveMessage.Clone()
Create a copy of SecurityRemoveMessage.
Returns: Copy.