REF: Blotter no longer needs AssetFinder

This commit is contained in:
Jean Bredeche
2017-04-24 15:41:21 -04:00
parent 59a96bf782
commit e429664fa6
6 changed files with 20 additions and 42 deletions
-1
View File
@@ -322,7 +322,6 @@ class TradingAlgorithm(object):
if not self.blotter:
self.blotter = Blotter(
data_frequency=self.data_frequency,
asset_finder=self.asset_finder,
# Default to NeverCancel in zipline
cancel_policy=self.cancel_policy,
)