mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 01:59:35 +08:00
9d1e15ddde
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.