-
Implement `OptionExerciseModelPythonWrapper.cs ` (#7193)
发布于
2023-04-18 19:54:53 +00:00 | 1465 次提交 在此版本后已推送到 master- Implement
OptionExerciseModelPythonWrapper.cs
- Modifiy
Option.csto set the automatic exercise model, even if it's a python custom option model exercise model - Add
QuantConnect.Orders.OptionExerciseinAlgorithmImports.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()inOptionExerciseModelPythonWrapper.OptionExercise(9to ´using´ keyword - Change
Option.SetOptionExerciseModel()XML docs
-
Minor tweaks
-
Update CustomOptionExerciseModelRegressionAlgorithm.cs
Co-authored-by: Martin-Molinero martin@quantconnect.com
下载附件
- Implement