bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.14k stars 668 forks source link

Mismatched Column Names for Bid and Ask Prices for QuestDB backend #983

Closed iozy closed 8 months ago

iozy commented 1 year ago

https://github.com/bmoscon/cryptofeed/blob/4e82e0592a0a716a77bd65a6a4ae7bc4987da4f5/cryptofeed/backends/quest.py#L75C11-L75C11

bid prices columns have names such as: 'bid_0_price', 'bid_1_price', ..., but ask prices are named like 'ask0_price', 'ask1_price', ...