☰
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
15.1K
All Categories
0
Incidents
179
Node JS client
52
Go client
856
.Net API client
399
Kite Publisher
554
.Net / VBA / Excel (3rd party)
503
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.3K
Python client
363
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
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': }},