Table of Contents

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

SecurityId

Methods

Clone()

Create a copy of SecurityRemoveMessage.

public override Message Clone()

Returns

Message

Copy.