Remove order event logging in BasicTemplateFuturesAlgorithm

Regression run time is now about 50% less
This commit is contained in:
Stefano Raggi
2019-03-14 12:03:41 +01:00
parent 206d3bee50
commit 5ddcf12428
2 changed files with 0 additions and 14 deletions
@@ -60,7 +60,3 @@ class BasicTemplateFuturesAlgorithm(QCAlgorithm):
self.MarketOrder(front.Symbol , 1)
else:
self.Liquidate()
def OnOrderEvent(self, orderEvent):
self.Log(str(orderEvent))