The BrokerOrder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Makes a shallow copy of the current instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetBrokerOrderStateString |
Converts a BrokerOrderState to a string.
| |
| GetBrokerOrderTypeString |
Converts a BrokerOrderType to a string.
| |
| GetBrokerTransactionTypeString |
Converts a TransactionType to a string.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Generates a string from this Order object.
(Overrides Object..::.ToString()()().) |
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.
|