zipline/tests/resources/fetcher_inputs
Jean Bredeche 9d1e15ddde BUG: Fetcher wasn't working properly in before_trading_start.
We were trying to use the previous day in before_trading_start because
we were looking for the previous market minute, then normalizing it.  That's
no longer the case, as we want to use today's date for fetcher lookups
in before_trading_start.

Also refactored a bit how dataportal determines if a query should be
routed to the fetcher data structures.
2016-04-21 15:09:14 -04:00
..
__init__.py ENH: Rewrite of Zipline to use lazy access pattern 2016-04-04 16:12:58 -04:00
fetcher_test_data.py BUG: Fetcher wasn't working properly in before_trading_start. 2016-04-21 15:09:14 -04:00