Modifying BUY Order for Additional Quantities

madhumattangi
madhumattangi 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
  • sujith
    You need to pass the new quantity as 300. Order will modify request will go through only if it is pending order.
  • madhumattangi
    Thanks, Sujith. What if the order is in 'COMPLETE' state? Should I place a new order?
  • sujith
    Yes, you will need to place a new order.
Sign In or Register to comment.