public class OkCoinMarketDataServiceRaw extends OkCoinBasePollingService
useIntl
exchange
Constructor and Description |
---|
OkCoinMarketDataServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
OkCoinDepth |
getDepth(CurrencyPair currencyPair) |
OkCoinDepth |
getFuturesDepth(CurrencyPair currencyPair,
FuturesContract prompt) |
OkCoinTickerResponse |
getFuturesTicker(CurrencyPair currencyPair,
FuturesContract prompt) |
OkCoinTrade[] |
getFuturesTrades(CurrencyPair currencyPair,
FuturesContract prompt) |
OkCoinTickerResponse |
getTicker(CurrencyPair currencyPair) |
OkCoinTrade[] |
getTrades(CurrencyPair currencyPair) |
OkCoinTrade[] |
getTrades(CurrencyPair currencyPair,
long since) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public OkCoinMarketDataServiceRaw(Exchange exchange)
exchange
- public OkCoinTickerResponse getTicker(CurrencyPair currencyPair) throws IOException
IOException
public OkCoinTickerResponse getFuturesTicker(CurrencyPair currencyPair, FuturesContract prompt) throws IOException
IOException
public OkCoinDepth getDepth(CurrencyPair currencyPair) throws IOException
IOException
public OkCoinDepth getFuturesDepth(CurrencyPair currencyPair, FuturesContract prompt) throws IOException
IOException
public OkCoinTrade[] getTrades(CurrencyPair currencyPair) throws IOException
IOException
public OkCoinTrade[] getTrades(CurrencyPair currencyPair, long since) throws IOException
IOException
public OkCoinTrade[] getFuturesTrades(CurrencyPair currencyPair, FuturesContract prompt) throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.