Class RemoveMessage
Запрос на удаление объекта (инструмент, счет и т.д.).
Inherited Members
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public class RemoveMessage : Message, IExtendableEntity, ITransactionIdMessage, IMessage, ICloneable
Constructors
RemoveMessage()
Создать RemoveMessage.
Declaration
public RemoveMessage()
Properties
RemoveId
Идентификатор удаляемого объекта.
Declaration
public string RemoveId { get; set; }
Property Value
Type | Description |
---|---|
String |
RemoveType
Тип удаляемого объекта.
Declaration
public RemoveTypes RemoveType { get; set; }
Property Value
Type | Description |
---|---|
RemoveTypes |
TransactionId
Идентификатор запроса.
Declaration
public long TransactionId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
Clone()
Создать копию RemoveMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Копия объекта. |