Trade
class
Defines trade entity before query it from server
Fields
AccountId string | An account with which trade should be processed |
CommissionInInstrumentQuotingCurrency double? | Trade fees in the currency of the instrument |
Exchange string | An exchange where instrument is presented |
Fee double | Execution fee |
Login string | Login name |
OrderId string | Open order id |
OrderType OrderType | Order type |
PnL double | Profit/loss of the trade |
Price double | Trade price |
Quantity double | Actual trade quantity |
Rebates double | Trade rebates |
Side SideEnum | Aggressor side of the trade |
Symbol string | A symbol name of instrument on which trade should be processed |
SymbolType string | A symbol type on which trade should be processed |
Time DateTime | Trade time |
TradeId string | Trade id bearer |