Update quote cache on each loop

marketstore_integration
Tyler Goodlet 2020-06-02 10:18:57 -04:00
parent 436e4d2df4
commit bc9af977a4
1 changed files with 2 additions and 0 deletions

View File

@ -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