Table of Contents

Class RemoveMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Remove object request (security, portfolio etc.).

[DataContract]
public class RemoveMessage : Message, IMessage, ILocalTimeMessage, ICloneable, ITransactionIdMessage
Inheritance
RemoveMessage
Implements
Inherited Members
Extension Methods

Constructors

RemoveMessage()

Initializes a new instance of the RemoveMessage.

public RemoveMessage()

Properties

RemoveId

Removing object id.

[DataMember]
public string RemoveId { get; set; }

Property Value

string

RemoveType

Removing object type.

[DataMember]
public RemoveTypes RemoveType { get; set; }

Property Value

RemoveTypes

TransactionId

Request identifier.

[DataMember]
public long TransactionId { get; set; }

Property Value

long

Methods

Clone()

Create a copy of RemoveMessage.

public override Message Clone()

Returns

Message

Copy.