Assign order quantity

Ashok121
Order=kite.place_order('bo','NSE','AJANTPHARM','SELL',1,product='MIS',order_type='LIMIT',price=AJ1,stoploss=SAJ,squareoff=TAJ)

In above order placement, I am able to assign all parameters except order quantity. I need to put value only like 1,2 or 50,100 etc. I want to assign the same. Refer below example
AJ4=50
Order=kite.place_order('bo','NSE','AJANTPHARM','SELL',AJ4,product='MIS',order_type='LIMIT',price=AJ1,stoploss=SAJ,squareoff=TAJ)
So that order can fetch order qty as 50 from above assignment.

Request you to let me know the solution.

Thanks in advance.
Sign In or Register to comment.