Files
quantconnect--lean/AlgorithmFactory/Python/Wrappers
AlexCatarino 96fee374fb Fixes OnMarginCall runtime error in python
After we included the method name in the error message, OnMarginCall method was throwing a runtime error when that method was not defined in the script where it sould simply be directed to the method in the base class.
2017-10-09 11:35:44 +01:00
..