☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
384
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
December 2017
sujith
December 2017
Ntra
Error in order_modify
Ntra
December 2017
in
Python client
Hi,
I keep seeing this error in order modify command,
The same command has worked multiple times before.
image.png
15K
Ntra
December 2017
List of parameters from my log.
{'
@2017-12-04-13-48-06
:','order_modify',{'variety': 'bo', 'disclosed_quantity': 0, 'validity': 'DAY', 'trigger_price': 0, 'product': 'BO', 'order_type': 'LIMIT', 'price': 100.0, 'quantity': 75, 'transaction_type': 'SELL', 'tradingsymbol': 'NIFTY17DEC10050PE', 'exchange': 'NFO', 'parent_order_id': '171204000894353', 'order_id': '171204000894355', 'self': }},
Ntra
December 2017
Also just for information, the code is executed if the order status is open.
sujith
December 2017
I think you tried to modify an order which was already executed. Hence you got the above error while modifying the order.
Sign In
or
Register
to comment.
{'@2017-12-04-13-48-06:','order_modify',{'variety': 'bo', 'disclosed_quantity': 0, 'validity': 'DAY', 'trigger_price': 0, 'product': 'BO', 'order_type': 'LIMIT', 'price': 100.0, 'quantity': 75, 'transaction_type': 'SELL', 'tradingsymbol': 'NIFTY17DEC10050PE', 'exchange': 'NFO', 'parent_order_id': '171204000894353', 'order_id': '171204000894355', 'self': }},