You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When subscribing to a funding orderbook a different update format is received. For trading pairs it is PRICE, COUNT, AMOUNT but for funding this is RATE, PERIOD, COUNT, AMOUNT (found here https://docs.bitfinex.com/reference#ws-public-books). When using the UpdateWith() or SetWithSnapshot() methods on the Orderbook type the orderbook is filled incorrectly due to this different format.
Steps to reproduce
Try to fill Orderbook of fUSD
Additional Notes:
Is this functionality not yet included in this API, or am I not using it correctly?
kind regards,
Djim
The text was updated successfully, but these errors were encountered:
Yes, it should be a bug.
I think old API don't support funding, so the SDK still only support old style result.
I fix REST API in #205, but I am not sure WS API used the same function.
Issue type
Brief description
When subscribing to a funding orderbook a different update format is received. For trading pairs it is PRICE, COUNT, AMOUNT but for funding this is RATE, PERIOD, COUNT, AMOUNT (found here https://docs.bitfinex.com/reference#ws-public-books). When using the UpdateWith() or SetWithSnapshot() methods on the Orderbook type the orderbook is filled incorrectly due to this different format.
Steps to reproduce
Try to fill Orderbook of fUSD
Additional Notes:
Is this functionality not yet included in this API, or am I not using it correctly?
kind regards,
Djim
The text was updated successfully, but these errors were encountered: