public class OKCoinMarketDataService extends OKCoinMarketDataServiceRaw implements org.knowm.xchange.service.marketdata.MarketDataService
MarketDataService implementation.| Constructor and Description | 
|---|
OKCoinMarketDataService(org.knowm.xchange.Exchange exchange)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.knowm.xchange.dto.marketdata.OrderBook | 
getOrderBook(org.knowm.xchange.currency.CurrencyPair currencyPair,
            Object... args) | 
org.knowm.xchange.dto.marketdata.Ticker | 
getTicker(org.knowm.xchange.currency.CurrencyPair currencyPair,
         Object... args) | 
org.knowm.xchange.dto.marketdata.Trades | 
getTrades(org.knowm.xchange.currency.CurrencyPair currencyPair,
         Object... args) | 
getCandlestickChart, getDepth, getLendDepth, getTicker, getTradespublic OKCoinMarketDataService(org.knowm.xchange.Exchange exchange)
public org.knowm.xchange.dto.marketdata.Ticker getTicker(org.knowm.xchange.currency.CurrencyPair currencyPair,
                                                         Object... args)
                                                  throws IOException
getTicker in interface org.knowm.xchange.service.marketdata.MarketDataServiceIOExceptionpublic org.knowm.xchange.dto.marketdata.OrderBook getOrderBook(org.knowm.xchange.currency.CurrencyPair currencyPair,
                                                               Object... args)
                                                        throws IOException
getOrderBook in interface org.knowm.xchange.service.marketdata.MarketDataServiceIOExceptionpublic org.knowm.xchange.dto.marketdata.Trades getTrades(org.knowm.xchange.currency.CurrencyPair currencyPair,
                                                         Object... args)
                                                  throws IOException
getTrades in interface org.knowm.xchange.service.marketdata.MarketDataServiceIOExceptionCopyright © 2013–2017. All rights reserved.