sorry to bother - just a confirmation needed.
I am moving my strategy to advanced order handling. Seems to be the only way to reliably handle certain elements.
* Is there any way to update orders? The only way I can see is issuing a new order resulting in a price change. There seems to be no way to send an update based on an IOrder that one got.
* Is the result if the exit commands (ExitLong, ExitShort) guaranteed? I think mostly of timing issues - a limit order getting partially filled, the exit command coming, possibly a fill still coming.
* Is it correct that I can - using those commands - make PARTIAL exits? What else is the quantity parameter for in the Exit methods?

As you have not provided state change diagrams for your order handling, I can not validate that
Comment