Pass old fields in sym info init msg section
parent
8fdff8769d
commit
6431071b2a
|
@ -308,6 +308,8 @@ async def stream_quotes(
|
|||
|
||||
# TODO: remove this once we drop ``Symbol``!!
|
||||
mktinfo['asset_type'] = mkt.dst.atype
|
||||
mktinfo['price_tick_size'] = mkt.price_tick
|
||||
mktinfo['lot_tick_size'] = mkt.size_tick
|
||||
|
||||
ws_pairs[sym] = pair.wsname
|
||||
|
||||
|
|
Loading…
Reference in New Issue