Orders
On this page
After Successful initialization of the broker object
broker.orders()
Response
pandas dataframe with the following data
Attribute | Notes |
---|---|
order_id | margin used by the client |
user_id | Total balance of the client |
tradingsymbol | Trading symbol of the Stock (ex. “TATAINVEST-EQ”) |
tag | Algorithm used |
average_price | Average price of that stock |
product | product |
transaction_type | transaction_type |
quantity | quantity of the stock |
filled_quantity | filled_quantity |
pending_quantity | pending_quantity |
order_timestamp | order_timestamp |
pnl | Profit(+ve) and Loss (-ve) |