I have a pair of orders, tied together by OCO ids.
I would like to cancel one order only and leave the other intact.
Is it possible somehow?
ChangeOrder cannot delete an ocoid
Do I have to cancel both orders (well this happens automatically), and re-enter the one I want to keep?
*this works, however makes keeping track of orders in my internal registry difficult (since sometimes the old order gets cancelled later then the new one gets in)

Comment