OrderState

StockSharp.Algo.Strategies.Quoting.QuotingInput

Информация о текущем состоянии заказа.

Свойства

IsPending
public bool IsPending { get; set; }
value = orderState.IsPending
orderState.IsPending = value

Заказ находится в ожидании (зарегистрируется/отменяется).

Price
public decimal? Price { get; set; }
value = orderState.Price
orderState.Price = value

Цена заказа.

Side
public Sides Side { get; set; }
value = orderState.Side
orderState.Side = value

Сторона заказа.

Type
public OrderTypes? Type { get; set; }
value = orderState.Type
orderState.Type = value

Тип заказа.

Volume
public decimal Volume { get; set; }
value = orderState.Volume
orderState.Volume = value

Баланс заказов (остаточный объем).