bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.21k stars 684 forks source link

Binance Liquidations insert to QUESTDB failed #879

Open OnlyC opened 2 years ago

OnlyC commented 2 years ago

Describe the bug E i.q.c.l.t.LineTcpConnectionContext [99] could not parse measurement, INVALID_FIELD_VALUE at 100, line (may be mangled due to partial parsing): 'liquidations-BINANCE_FUTURES,symbol=RSR-USDT-PERP side="buy",quantity=50639.0,price=0.005961,id=None'

This is because the Liquidation order of Binance doesn't included an order_id (None).

To Reproduce Steps to reproduce the behavior:

Expected behavior Can ignore the field, or can be inserted as null value

Cryptofeed Version