Class RemoveMessage
Remove object request (security, portfolio etc.).
Inherited Members
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public class RemoveMessage : Message, IExtendableEntity, ITransactionIdMessage, IMessage, ICloneable
Constructors
RemoveMessage()
Initializes a new instance of the RemoveMessage.
Declaration
public RemoveMessage()
Properties
RemoveId
Removing object id.
Declaration
public string RemoveId { get; set; }
Property Value
Type | Description |
---|---|
String |
RemoveType
Removing object type.
Declaration
public RemoveTypes RemoveType { get; set; }
Property Value
Type | Description |
---|---|
RemoveTypes |
TransactionId
Request identifier.
Declaration
public long TransactionId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
Clone()
Create a copy of RemoveMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Copy. |