Merge PythonSlice into Slice (#8707)
- To simplify stub generation, merge PythonSlice into Slice, following existing pattern too, see QCAlgorithm.Python.cs - Minor sintax fixes in example python algorithms
This commit is contained in:
@@ -1177,7 +1177,7 @@ namespace QuantConnect.AlgorithmFactory.Python.Wrappers
|
||||
/// <param name="slice">The Slice object</param>
|
||||
public void SetCurrentSlice(Slice slice)
|
||||
{
|
||||
_baseAlgorithm.SetCurrentSlice(new PythonSlice(slice));
|
||||
_baseAlgorithm.SetCurrentSlice(slice);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user