support for test fixes in qexec

This commit is contained in:
fawce
2012-10-07 21:33:43 -04:00
committed by Eddie Hebert
parent 815c9f2cf6
commit 96fed05fc0
3 changed files with 2 additions and 61 deletions
+2
View File
@@ -68,6 +68,8 @@ class TradingAlgorithm(object):
self.transforms = []
self.sources = []
self.logger = None
# default components for transact
self.slippage = VolumeShareSlippage()
self.commission = PerShare()