Strip uneccesary data from ticks in l1 data feed
parent
54cf648d74
commit
b71f6b6c67
|
@ -551,7 +551,7 @@ async def stream_quotes(
|
||||||
while typ != 'trade':
|
while typ != 'trade':
|
||||||
typ, quote = await anext(msg_gen)
|
typ, quote = await anext(msg_gen)
|
||||||
|
|
||||||
task_status.started((init_msgs, quote))
|
task_status.started((init_msgs, quote))
|
||||||
|
|
||||||
# signal to caller feed is ready for consumption
|
# signal to caller feed is ready for consumption
|
||||||
feed_is_live.set()
|
feed_is_live.set()
|
||||||
|
|
Loading…
Reference in New Issue