The BrokerOrder type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FillPrice |
The average fill price for this order order (if filled).
| |
| Fills |
A list of Fills for this Order.
| |
| GoodTillCanceled |
Gets or sets the Good til cancelled (GTC) flag for this order.
| |
| LimitPrice |
Gets or sets the limit price for this order.
| |
| OrderId |
Gets or sets the unique order ID for this order.
| |
| OrderState |
Gets or sets the current order state.
| |
| OrderSymbol |
Gets or sets the Symbol instance for this order.
| |
| OrderType |
Gets or sets the order type for this order.
| |
| PositionID |
The ID of the position associated with this order, if any.
| |
| Shares |
Gets or sets the number of shares for this order.
| |
| StopPrice |
Gets or sets the stop price for this order.
| |
| SubmittedDate |
Get the time the order was submitted. This is only
useful during real time execution.
| |
| Tag |
Gets or sets an object that can be used to store additional user-defined data related to the order.
| |
| TrailingStop |
The trailing stop for a trailing stop order.
| |
| TrailingStopType |
Indicates whether the trailing stop is specified as a percentage or a fixed price offset for a trailing stop order.
| |
| TransactionType |
Gets or sets the broker transaction type.
|