OrderCancelMessage

StockSharp.Messages

A message containing the data for the cancellation of the order.

Inherits: OrderMessage

Constructors

OrderCancelMessage()

Initializes a new instance of the OrderCancelMessage.

OrderCancelMessage(MessageTypes)

Initialize OrderCancelMessage.

type
Message type.

Properties

Balance : decimal?

Cancelling balance.

OrderId : long?

ID cancellation order.

OrderStringId : string

Cancelling order id (as a string if the electronic board does not use a numeric representation of the identifiers).

Side : Sides?

Order side.

Volume : decimal?

Cancelling volume. If not specified, then it canceled the entire balance.

Methods

Clone() : Message

Create a copy of OrderCancelMessage.

Returns: Copy.

CopyTo(OrderCancelMessage)

Copy the message into the .

destination
The object, to which copied information.
ToString() : string

Преобразовать к строковому представлению.

Returns: Строковое представление.