I am using EnterLongLimit() to enter the position and keeping the returned IOrder. I sometimes use this to cancel orders using CancelOrder().
When there is a partial fill and then the position exits with a limit order. The strategy is now flat, however the IOrder for the seed entry order is set by NT to null so it is lost and cannot be used to cancel the "remnant" entry order. Any suggestions?
All works well on full fills since there is no "remnants".
Thanks.
Tony

Comment