Today, I noticed a change in how disclosed_quantity is updated after an order is partially filled on Zerodha.
Earlier behavior:
Once an order was partially filled, the disclosed quantity was updated to the pending quantity.
I could then modify the order without issues.
In my Java client, I normally pass quantity and price in the modify call — but quantity always remained the original order quantity, and only price was actually changed.
This workflow was fine until last week.
Current behavior (issue observed today):
When I try to modify the order (changing only price), I get this error:
@nagavenij , any updates on this? I also see similar error messages intermittently while trying to modify partially filled orders with disclosed_quantity param as well
@nagavenij , are there any updates on this? Failure to modify orders on time (which is just random, only see this issue in a subset of modifications), is leading to slippage which is worsening the issue
when sending modify request, make sure to update disclosedQuantity as well which is 10% or more of the pending quantity. That is how i fixed it on my side.