778d436b94
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
* Minor fixes for mapped futures contract - Future security was never able to be non tradable - Skip remove future contracts from live holdings. Adding unit test reproducing issue and regression algorithm * Fix removal of continuous futures - The canonical continuous future would leave behind an OpenInterest subscription when removed because of a different in the way the configurations were built, this will now be centralized in a single method. Adding unit tests reproducing issue - FillForwarding setting of the continuous future was not being respected. Updating algorithm reproducing the issue to assert the behavior failing in master * Address reviews - Minor refactors addressing reviews