Uses of Class
org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexDepth
-
Packages that use BitfinexDepth Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v1 -
-
Uses of BitfinexDepth in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexDepth Modifier and Type Method Description BitfinexDepthBitfinexMarketDataServiceRaw. getBitfinexOrderBook(String pair, Integer limitBids, Integer limitAsks)Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexDepth Modifier and Type Method Description static OrderBookBitfinexAdapters. adaptOrderBook(BitfinexDepth btceDepth, CurrencyPair currencyPair) -
Uses of BitfinexDepth in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return BitfinexDepth Modifier and Type Method Description BitfinexDepthBitfinex. getBook(String symbol)BitfinexDepthBitfinex. getBook(String symbol, int limit_bids, int limit_asks)
-