Strip uneccesary data from ticks in l1 data feed

emit_clear_ticks_only_on_ts_change
jaredgoldman 2023-03-27 22:53:08 -04:00
parent a7e668f852
commit f9d7892d69
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ async def stream_quotes(
# TODO: use ``anext()`` when it lands in 3.10!
typ, quote = await msg_gen.__anext__()
task_status.started((init_msgs, quote))
task_status.started((init_msgs, quote))
# signal to caller feed is ready for consumption
feed_is_live.set()