Hi @admin ,
How can I place a basket order using smart connect API. Please share the information about this feature so that I can implement it. Please take it as a priority and let me know how to proceed.
K
Keshav12131
@Keshav12131
0
Reputation
3
Posts
1
Profile views
0
Followers
0
Following
Best posts made by Keshav12131
This user hasn't posted anything yet.
Latest posts made by Keshav12131
-
Info about Basket Orders API?
-
RE: How to place Basket Orders using Publisher API?
Hi @admin
Can you share the basket order file with me as well as I also want to implement it. Or else, please let me know how can I get it. -
TypeError: 'NoneType' object is not subscriptable only for NFO orders
I am getting below error while placing the order for "NFO" while the same works if the exchange is set to "NSE".
It fails in "smartConnect.py", in placeOrder,
orderResponse= self._postRequest("api.order.place", params)['data']['orderid']"
"TypeError: 'NoneType' object is not subscriptable"
Looks like some bug with the smartConnect.py.Please suggest any workaround to get it work for NFO as well.