Uses of Class
org.knowm.xchange.bitso.dto.marketdata.BitsoOrderBook
-
Packages that use BitsoOrderBook Package Description org.knowm.xchange.bitso org.knowm.xchange.bitso.service -
-
Uses of BitsoOrderBook in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso that return BitsoOrderBook Modifier and Type Method Description BitsoOrderBookBitso. getOrderBook()Returns "bids" and "asks".Methods in org.knowm.xchange.bitso with parameters of type BitsoOrderBook Modifier and Type Method Description static OrderBookBitsoAdapters. adaptOrderBook(BitsoOrderBook bitsoOrderBook, CurrencyPair currencyPair, int timeScale) -
Uses of BitsoOrderBook in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service that return BitsoOrderBook Modifier and Type Method Description BitsoOrderBookBitsoMarketDataServiceRaw. getBitsoOrderBook(CurrencyPair pair)
-