02e54d0242
Regression Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
* Implement `OptionExerciseModelPythonWrapper.cs` - Modifiy `Option.cs` to set the automatic exercise model, even if it's a python custom option model exercise model - Add `QuantConnect.Orders.OptionExercise` in `AlgorithmImports.py` - Add regression algorithms in C# and Python showing how to specify a custom option exercise model * Address required changes - Remove unnecessary constructor in ´CustomOptionExerciseModelRegressionAlgorithm.cs´ - Change `.Dispose()` in `OptionExerciseModelPythonWrapper.OptionExercise(9` to ´using´ keyword - Change `Option.SetOptionExerciseModel()` XML docs * Minor tweaks * Update CustomOptionExerciseModelRegressionAlgorithm.cs --------- Co-authored-by: Martin-Molinero <martin@quantconnect.com>