BUG: Symbol look-up now uses the sim_params.period_end as a look-up date

This commit is contained in:
jfkirk
2015-09-01 12:39:03 -04:00
committed by Stewart Douglas
parent de09433fd4
commit cf41373f8f
2 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -695,7 +695,8 @@ class TradingAlgorithm(object):
"""
return self.asset_finder.lookup_symbol_resolve_multiple(
symbol_str,
as_of_date=self.datetime)
as_of_date=self.sim_params.period_end
)
@api_method
def symbols(self, *args):