Uses of Class
org.knowm.xchange.bitcoinde.v4.dto.marketdata.BitcoindeOrderbookWrapper
-
Packages that use BitcoindeOrderbookWrapper Package Description org.knowm.xchange.bitcoinde.v4 org.knowm.xchange.bitcoinde.v4.service -
-
Uses of BitcoindeOrderbookWrapper in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 that return BitcoindeOrderbookWrapper Modifier and Type Method Description BitcoindeOrderbookWrapper
Bitcoinde. getOrderBook(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, si.mazi.rescu.ParamsDigest paramsDigest, String tradingPair, String type, Integer orderRequirementsFullfilled, Integer onlyKycFull, Integer onlyExpressOrders)
Methods in org.knowm.xchange.bitcoinde.v4 with parameters of type BitcoindeOrderbookWrapper Modifier and Type Method Description static OrderBook
BitcoindeAdapters. adaptOrderBook(BitcoindeOrderbookWrapper asksWrapper, BitcoindeOrderbookWrapper bidsWrapper, CurrencyPair currencyPair)
-
Uses of BitcoindeOrderbookWrapper in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service that return BitcoindeOrderbookWrapper Modifier and Type Method Description BitcoindeOrderbookWrapper
BitcoindeMarketDataServiceRaw. getBitcoindeOrderBook(CurrencyPair currencyPair, Order.OrderType type, BitcoindeOrderbookOrdersParams params)
-