OrderState
StockSharp.Algo.Strategies.Quoting.QuotingInput
現在の注文状態情報。
プロパティ
IsPending
public bool IsPending { get; set; }
value = orderState.IsPending
orderState.IsPending = value
注文が終わるかどうか(登録/キャンセルされる)。
Volume
public decimal Volume { get; set; }
value = orderState.Volume
orderState.Volume = value
注文残高(残量)。