| Commission | A double value representing the commission of the trade |
| Entry | Gets an Execution object representing the entry |
| EntryEfficiency | A double value representing the entry efficiency of the trade |
| Exit | Gets an Execution object representing the exit |
| ExitEfficiency | A double value representing the exit efficiency of the trade |
| MaeCurrency | A double value representing max adverse excursion in currency |
| MaePercent | A double value representing max adverse excursion as a percentage |
| MaePips | A double value representing max adverse excursion in pips |
| MaePoints | A double value representing max adverse excursion in points |
| MaeTicks | A double value representing max adverse excursion in ticks |
| MfeCurrency | A double value representing max favorable excursion in currency |
| MfePercent | A double value representing max favorable excursion as a percentage |
| MfePips | A double value representing max favorable excursion in pips |
| MfePoints | A double value representing max favorable excursion in points |
| MfeTicks | A double value representing max favorable excursion in ticks |
| ProfitCurrency | A double value representing profit quoted in currency. |
| ProfitPercent | A double value representing profit as a percentage |
| ProfitPips | A double value representing profit in pips |
| ProfitPoints | A double value representing profit in points |
| ProfitTicks | A double value representing profit in ticks |
| Quantity | An int value representing the quantity of the trade |
| TotalEfficiency | A double value representing the total efficiency of the trade |
| TradeNumber | An int value representing the trade number by the sequence it occurred |
| ToString() | A string representation of the Trade object |