public class RippleMarketDataService extends RippleMarketDataServiceRaw implements MarketDataService
rippleAuthenticated, ripplePublicexchange| Constructor and Description |
|---|
RippleMarketDataService(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
OrderBook |
getOrderBook(CurrencyPair currencyPair,
Object... args)
If the base currency is not XRP then the returned orders' additional data map contains a value
for
RippleExchange.DATA_BASE_COUNTERPARTY, similarly if the counter currency is not XRP
then RippleExchange.DATA_COUNTER_COUNTERPARTY is populated. |
getRippleOrderBookgetClientConfig, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTicker, getTickers, getTradespublic RippleMarketDataService(Exchange exchange)
public OrderBook getOrderBook(CurrencyPair currencyPair, Object... args) throws IOException
RippleExchange.DATA_BASE_COUNTERPARTY, similarly if the counter currency is not XRP
then RippleExchange.DATA_COUNTER_COUNTERPARTY is populated.getOrderBook in interface MarketDataServicecurrencyPair - the base/counter currency pairargs - a RippleMarketDataParams object needs to be suppliedIOExceptionCopyright © 2012–2019 Knowm Inc.. All rights reserved.