Place Order
After successful initialization of the broker object #
broker.place_order(tradingsymbol=None, exchange=None, quantity=None, order_type=None, transaction_type=None,
                    tag=None, product=None, price=None, trigger_price=None)
Parameters #
| Attribute | Type | Requirement | Notes | 
|---|
| tradingsymbol | string | Required | Trading Symbol of the particular stock. For ex. “ACC” | 
| exchange | string | Required | exchange name such as “NSE” | 
| quantity | int | Required | quantity | 
| order_type | string | Required | order_type | 
| transaction_type | string | Required | transaction_type (“BUY” or “SELL”) | 
| tag | string | Required | algorithm to be used | 
| product | string | Required | product | 
| price | float | Required | price | 
| trigger_price | float | Required | trigger_price | 
Response #
pandas dataframe with the following data #
| Attribute | Notes | 
|---|
| order_id | order_id |