Implements SetBrokerageModel for python algorithms

Adds BrokerageModelAlgorithm to showcase the implementation
This commit is contained in:
AlexCatarino
2017-10-03 00:17:34 +01:00
parent 55cfa85eb5
commit b4313ad740
6 changed files with 294 additions and 1 deletions
@@ -23,6 +23,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="AddRemoveSecurityRegressionAlgorithm.py" />
<Compile Include="BrokerageModelAlgorithm.py" />
<Compile Include="CustomModelsAlgorithm.py" />
<Compile Include="BasicTemplateAlgorithm.py" />
<Compile Include="BasicTemplateFillForwardAlgorithm.py" />