Adds BaseDictionary That Implements Python Dict Methods
`BaseDictionary` is an abstract implementation of `IExtendedDictionary` keyed by `Symbol` that implements Python `dict` methods. `Slice`, `DataDictionary`, `SecurityManager`, and `SecurityPortfolioManager` derives from it in order to behave like Python `dict`.
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
<Compile Include="OrderTicketDemoAlgorithm.py" />
|
||||
<Compile Include="ParameterizedAlgorithm.py" />
|
||||
<Compile Include="PearsonCorrelationPairsTradingAlphaModelFrameworkAlgorithm.py" />
|
||||
<Compile Include="PythonDictionaryFeatureRegressionAlgorithm.py" />
|
||||
<Compile Include="QCUWeatherBasedRebalancing.py" />
|
||||
<Compile Include="QuandlFuturesDataAlgorithm.py" />
|
||||
<Compile Include="QuandlImporterAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user