Bitfinex.Net icon indicating copy to clipboard operation
Bitfinex.Net copied to clipboard

OrderBook

Open GilbertoTheMighty opened this issue 3 years ago • 1 comments
trafficstars

Hello. Is there a way to switch BitfinexSymbolOrderBook to raw mode? By default it show only 25 levels and can be extended to 100, but anyways maximum available precision is 0. I would like to have something like BinanceSpotSymbolOrderBook that aggregates everything. Thanks.

GilbertoTheMighty avatar Apr 25 '22 19:04 GilbertoTheMighty

Task<CallResult<UpdateSubscription>> SubscribeToOrderBookUpdatesAsync

Supports only 25 and 100 depth. Bitfinex says it can also be 1 and 250 https://docs.bitfinex.com/reference#ws-public-books

GilbertoTheMighty avatar Apr 26 '22 22:04 GilbertoTheMighty

@JKorf As I see in code, this issues were solved and have to be closed?

kulikov-dev avatar Oct 15 '22 04:10 kulikov-dev

Correct, this has been fixed

JKorf avatar Oct 15 '22 11:10 JKorf