The Order type exposes the following members.

Properties

  NameDescription
BarsValid
The number of bars after which the order will be cancelled if it has not been filled.
BrokerOrder
The BrokerOrder associated with this order. This property is for internal use and does not need to be used in trading system code.
CancelPending
Indicates that a request to cancel the order has been sent to the broker.
Description
A user-definable description for the order.
Error
Error information for the order. This will be null if the order was successfully submitted.
Fills
A list of fills for the order.
ID
This order's order ID.
LimitPrice
The limit price for the order (if applicable).
OrderState
The current order state (pending, filled, cancelled, etc.)
OrderType
The order type (market, limit, stop, etc.)
Size
The size of this order (in shares, contracts, etc.).
StopPrice
The stop price for the order (if applicable).
Symbol
The Symbol associated with this order.
Tag
An object that can be used to store additional user-defined data related to the order.
TradeOrder
The PositionManager..::.TradeOrder associated with this order. This property is for internal use and does not need to be used in trading system code.
TradeType
The type of trade.
TransactionType
The transaction type (buy, sell, short, or cover).

See Also