☰
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
153
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
August 2023
madhumattangi
August 2023
sujith
Modifying BUY Order for Additional Quantities
madhumattangi
August 2023
edited August 2023
in
Python client
Searched through the posts in the forum already. However, could not find a straight answer. Hence, posting this question.
Requirement: Need to order additional quantities after a condition is met.
Can I modify the existing BUY order by passing NEW quantity? if earlier quantity is 100 and want to add 200 more, should I pass 200 or 300?
Thanks,
Madhu
Tagged:
kiteapi
#modifying Orders
sujith
August 2023
You need to pass the new quantity as 300. Order will modify request will go through only if it is pending order.
madhumattangi
August 2023
Thanks, Sujith. What if the order is in 'COMPLETE' state? Should I place a new order?
sujith
August 2023
Yes, you will need to place a new order.
Sign In
or
Register
to comment.