The TradeInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a copy of this trade
| |
| 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.) | |
| 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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| BuyingPowerChange |
The change in the account's buying power resulting from this trade
| |
| Commission |
The commission that was paid on the trade
| |
| Description |
A user-definable description for the trade.
| |
| FilledTime |
The time at which the trade was executed
| |
| MarginChange |
The change in the margin account resulting from this trade
| |
| OrderType |
The order type that caused the trade to be executed (market, limit, etc.)
| |
| Price |
The price at which the trade was executed
| |
| ProfitConversionRate |
The exchange rate at which profit is converted to the account currency.
| |
| ShortedCashChange |
The change in the shorted cash amount resulting from this trade
| |
| Size |
The number of shares or contracts in the trade
| |
| TradeType |
The type of trade.
| |
| TransactionType |
The transaction type (Buy, Sell, Short, or Cover)
|
Properties
| Name | Description | |
|---|---|---|
| IncreasesPositionSize |
Indicates whether the trade increased or reduced the position size.
| |
| OrderID |
The Order ID of the order which caused this trade. This may be null if there was no such order.
|