Uses of Class
org.knowm.xchange.ripple.dto.marketdata.RippleOrderBook
-
Packages that use RippleOrderBook Package Description org.knowm.xchange.ripple org.knowm.xchange.ripple.service -
-
Uses of RippleOrderBook in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple that return RippleOrderBook Modifier and Type Method Description RippleOrderBookRipplePublic. getOrderBook(String address, String base, String counter, String limit)Returns the order book for this address and base/counter pair.Methods in org.knowm.xchange.ripple with parameters of type RippleOrderBook Modifier and Type Method Description static org.knowm.xchange.dto.marketdata.OrderBookRippleAdapters. adaptOrderBook(RippleOrderBook rippleOrderBook, RippleMarketDataParams params, org.knowm.xchange.currency.CurrencyPair currencyPair)Adapts a Ripple OrderBook to an XChange OrderBook object. -
Uses of RippleOrderBook in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service that return RippleOrderBook Modifier and Type Method Description RippleOrderBookRippleMarketDataServiceRaw. getRippleOrderBook(org.knowm.xchange.currency.CurrencyPair pair, RippleMarketDataParams params)
-