Update quote cache on each loop
parent
436e4d2df4
commit
bc9af977a4
|
@ -183,6 +183,8 @@ def ingest(config, name, test_file, tl, url):
|
||||||
log.error(
|
log.error(
|
||||||
f"{symbol}: got same volume as last quote?")
|
f"{symbol}: got same volume as last quote?")
|
||||||
|
|
||||||
|
quote_cache.update(fmt_quote)
|
||||||
|
|
||||||
a = quote_to_marketstore_structarray(
|
a = quote_to_marketstore_structarray(
|
||||||
fmt_quote,
|
fmt_quote,
|
||||||
# TODO: check this closer to the broker query api
|
# TODO: check this closer to the broker query api
|
||||||
|
|
Loading…
Reference in New Issue