OrderStatus

StockSharp.InteractiveBrokers.Native

System order states.

Fields

Accepted
public const OrderStatus Accepted
value = OrderStatus.Accepted

The order is accepted by the exchange.

Cancelled
public const OrderStatus Cancelled
value = OrderStatus.Cancelled

Cancelled.

GateError
public const OrderStatus GateError
value = OrderStatus.GateError

Sending transaction error.

Matched
public const OrderStatus Matched
value = OrderStatus.Matched

Matched.

ReceiveByServer
public const OrderStatus ReceiveByServer
value = OrderStatus.ReceiveByServer

The transaction is received by the server.

SentToCanceled
public const OrderStatus SentToCanceled
value = OrderStatus.SentToCanceled

Cancel pending.

SentToServer
public const OrderStatus SentToServer
value = OrderStatus.SentToServer

The transaction is sent to the server.