|
int | ID [get, set] |
|
long | ConID [get, set] |
| The conid of the contract traded. More...
|
|
int? | TradeID [get, set] |
|
virtual Trade | Trade [get, set] |
|
int | InstrumentID [get, set] |
|
virtual Instrument | Instrument [get, set] |
|
string | SymbolString [get, set] |
| Used for xml parsing. Ignore otherwise. More...
|
|
DateTime | TradeDate [get, set] |
|
TimeSpan | TradeTime [get] |
| Used to bypass retarded grid stuff. Ignore otherwise More...
|
|
DateTime | SetDate [set] |
| Used for parsing More...
|
|
DateTime | SetTime [set] |
| Used for parsing More...
|
|
DateTime? | OrderPlacementTime [get, set] |
| The time at which the order was submitted. More...
|
|
int | Quantity [get, set] |
| The number of units for the transaction. More...
|
|
decimal | Price [get, set] |
| The transaction price. More...
|
|
decimal | Commission [get, set] |
| The total amount of commission for the transaction. More...
|
|
decimal | CommissionInBase [get] |
|
int | CurrencyID [get, set] |
|
virtual Currency | Currency [get, set] |
|
string | CurrencyString [get, set] |
| Used for xml parsing. More...
|
|
int | CommissionCurrencyID [get, set] |
|
virtual Currency | CommissionCurrency [get, set] |
| The currency denomination of the trade. More...
|
|
string | CommissionCurrencyString [get, set] |
| Used for xml parsing. More...
|
|
AssetClass | AssetCategory [get, set] |
| The asset class of the contract traded. More...
|
|
string | SetAssetClass [set] |
| Used for xml parsing. Ignore otherwise. More...
|
|
decimal | FXRateToBase [get, set] |
| The conversion rate from asset currency to base currency. More...
|
|
int | Multiplier [get, set] |
| The multiplier of the contract traded. More...
|
|
decimal | TradeMoney [get, set] |
| Trade money is calculated by multiplying the trade price and quantity. More...
|
|
decimal | Proceeds [get, set] |
| Calculated by mulitplying the quantity and the transaction price. The proceeds figure will be negative for buys and positive for sales. More...
|
|
decimal | Taxes [get, set] |
| The total amount of tax for the transaction. More...
|
|
decimal | ClosePrice [get, set] |
| The closing price of the contract traded. More...
|
|
string | OpenClose [get, set] |
| The indicator denotes if the trade is an opening or closing trade. More...
|
|
string | Notes [get, set] |
| The note/code abbreviation. More...
|
|
decimal | CostBasis [get, set] |
| The basis of an opening trade is the inverse of proceeds plus commission and tax amount. For closing trades, the basis is the basis of the opening trade. More...
|
|
decimal | FIFORealizedPnL [get, set] |
| Realized P/L can be calculated by the proceeds of the closing trade plus commissions and then adding the basis. More...
|
|
decimal | MTMPnL [get, set] |
| The difference between the transaction price and closing price multiplied by the quantity. More...
|
|
string | OptionType [get, set] |
| Put or call. More...
|
|
string | BuySell [get, set] |
| Buy or sell. More...
|
|
long? | IBOrderID [get, set] |
| Null for fake trades. More...
|
|
decimal | NetCash [get, set] |
| Net cash is calculated by subtracting the commissions and taxes from trade money. More...
|
|
string | OrderType [get, set] |
| STP, LMT, MKT, etc. More...
|
|
string | OrderReference [get, set] |
| The order reference number as defined by the user on the order ticket. Available on daily (single-day) activity flex queries only. More...
|
|
bool | IsReal [get, set] |
| Is the order actually real? False for virtual "helper" orders. More...
|
|
decimal? | ReferencePrice [get, set] |
| User-set reference price for execution analysis. More...
|
|
DateTime? | ReferenceTime [get, set] |
| User-set reference time for execution analysis. More...
|
|
ICollection< Execution > | Executions = new ObservableCollection<Execution>() [get, set] |
|
decimal | PerTradeFIFOPnL [get, set] |
| This property is used in some situations to keep track of FIFO PnL within a single trade. The FIFORealizedPnL value is provided by IB for the account as a whole. More...
|
|
int? | AccountID [get, set] |
|
virtual Account | Account [get, set] |
|