osparamatrix / ks-orderapi-python

47 stars 60 forks source link

Order id not receving for f&o order #86

Open supremekale opened 2 years ago

supremekale commented 2 years ago

when i try to place F & O order i use i dont get order id

pl = client.place_order(order_type = "N", instrument_token = 12551, transaction_type = "SELL",\ quantity = Quant, price = 200, disclosed_quantity = 0, trigger_price = 0,\ validity = "GFD", variety = "REGULAR", tag = "string") order_id = (pl['Success']['NSE']['orderId']) print('order_id')