Strip uneccesary data from ticks in l1 data feed

small_kucoin_fixes
jaredgoldman 2023-03-27 22:53:08 -04:00
parent 54cf648d74
commit b71f6b6c67
1 changed files with 1 additions and 1 deletions

View File

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