OrderStates

StockSharp.Messages

Order states.

Fields

Active
public const OrderStates Active
value = OrderStates.Active

The order is accepted by the exchange and is active.

Done
public const OrderStates Done
value = OrderStates.Done

The order is no longer active on an exchange (it was fully matched or cancelled).

Failed
public const OrderStates Failed
value = OrderStates.Failed

The order is not accepted by the trading system.

None
public const OrderStates None
value = OrderStates.None

Not sent to the trading system.

Pending
public const OrderStates Pending
value = OrderStates.Pending

Pending registration.