Fixes OnMarginCall for python algorithms
Due to pythonnet limitations, the list of SubmitOrderRequest could not be modified by OnMarginCall event handler. We now get a new list from that method and update the list in the wrapper.
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
<Compile Include="LimitFillRegressionAlgorithm.py" />
|
||||
<Compile Include="MACDTrendAlgorithm.py" />
|
||||
<Compile Include="main.py" />
|
||||
<Compile Include="MarginCallEventsAlgorithm.py" />
|
||||
<Compile Include="MarketOnOpenOnCloseAlgorithm.py" />
|
||||
<Compile Include="MovingAverageCrossAlgorithm.py" />
|
||||
<Compile Include="OrderTicketDemoAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user