ENH: adds lookup_expired_futures to asset_finder

This commit is contained in:
warren-oneill
2015-12-01 15:24:02 +01:00
parent 987d6d4e48
commit ef323a3165
6 changed files with 51 additions and 34 deletions
+1 -1
View File
@@ -939,7 +939,7 @@ class InvalidOrderAlgorithm(TradingAlgorithm):
class TestRemoveDataAlgo(TradingAlgorithm):
def initialize(self, *args, **kwargs):
self.data = np.zeros(6)
self.data = np.zeros(7)
self.i = 0
def handle_data(self, data):