Do you HAVE to call ChangeOrder() to modify an order when using Unmanaged, or can you simply overwrite the IOrder object with another call to SubmitOrder() ?
It's coming up for me in OnExecution() while dealing with partial fills - it would be simpler if I could just use SubmitOrder() for both cases of filled and partially filled orders. Of course, if this breaks something or introduces a problem not easily seen, I don't want to do this.
Thanks guys!

Comment