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

AttributeTypeRequirementNotes
tradingsymbolstringRequiredTrading Symbol of the particular stock. For ex. “ACC”
exchangestringRequiredexchange name such as “NSE”
quantityintRequiredquantity
order_typestringRequiredorder_type
transaction_typestringRequiredtransaction_type (“BUY” or “SELL”)
tagstringRequiredalgorithm to be used
productstringRequiredproduct
pricefloatRequiredprice
trigger_pricefloatRequiredtrigger_price

Response

pandas dataframe with the following data
AttributeNotes
order_idorder_id