Uses of Class
org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderbookWrapper
-
Packages that use BitcoindeOrderbookWrapper Package Description org.knowm.xchange.bitcoinde org.knowm.xchange.bitcoinde.service -
-
Uses of BitcoindeOrderbookWrapper in org.knowm.xchange.bitcoinde
Methods in org.knowm.xchange.bitcoinde that return BitcoindeOrderbookWrapper Modifier and Type Method Description BitcoindeOrderbookWrapperBitcoinde. getOrderBook(String trading_pair, String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, si.mazi.rescu.ParamsDigest paramsDigest)Methods in org.knowm.xchange.bitcoinde with parameters of type BitcoindeOrderbookWrapper Modifier and Type Method Description static OrderBookBitcoindeAdapters. adaptOrderBook(BitcoindeOrderbookWrapper bitcoindeOrderbookWrapper, CurrencyPair currencyPair)Adapt a org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderBook object to an OrderBook object. -
Uses of BitcoindeOrderbookWrapper in org.knowm.xchange.bitcoinde.service
Methods in org.knowm.xchange.bitcoinde.service that return BitcoindeOrderbookWrapper Modifier and Type Method Description BitcoindeOrderbookWrapperBitcoindeMarketDataServiceRaw. getBitcoindeOrderBook(CurrencyPair currencyPair)
-