diff --git a/piker/data/marketstore.py b/piker/data/marketstore.py index c6b5cd4e..b6a8b864 100644 --- a/piker/data/marketstore.py +++ b/piker/data/marketstore.py @@ -183,6 +183,8 @@ def ingest(config, name, test_file, tl, url): log.error( f"{symbol}: got same volume as last quote?") + quote_cache.update(fmt_quote) + a = quote_to_marketstore_structarray( fmt_quote, # TODO: check this closer to the broker query api