I have a strategy that submits various limit and stop orders. Upon reaching the maximum desired position size, I would like to cancel all working orders. Is there a way to delete ALL working orders with one method so I do not have to submit the CancelOrder(xy) for each entry order one by one?
Thank you
whotookmynickname

Comment