☰
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
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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': }},