OrderStatus
StockSharp.InteractiveBrokers.Native
System order states.
Fields
Accepted
public const OrderStatus Accepted
value = OrderStatus.Accepted
The order is accepted by the exchange.
GateError
public const OrderStatus GateError
value = OrderStatus.GateError
Sending transaction error.
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.