Interface: Trade
Single Trade response.
Properties
average_price
average_price:
number
Price at which the quantity was filled
exchange
exchange:
string
Exchange
exchange_order_id
exchange_order_id:
string|null
Exchange generated order ID
exchange_timestamp
exchange_timestamp:
Date
Date at which the order was registered by the exchange
fill_timestamp
fill_timestamp:
Date
Date at which the trade was filled at the exchange
filled
filled:
number
Filled quantity
instrument_token
instrument_token:
number
The numerical identifier issued by the exchange representing the instrument. Used for subscribing to live market data over WebSocket
order_id
order_id:
string
Unique order ID
order_timestamp
order_timestamp:
Date
Date at which the order was registered by the API
product
product:
string
Margin product to use for the order (margins are blocked based on this) ?
quantity
quantity:
number
trade_id
trade_id:
string
Exchange generated trade ID
tradingsymbol
tradingsymbol:
string
Exchange tradingsymbol of the of the instrument
transaction_type
transaction_type:
string
BUY or SELL