public class CoinbaseExMarketDataServiceRaw extends CoinbaseExBasePollingService<CoinbaseEx>
apiKey, coinbaseEx, digest, passphrase
exchange
Constructor and Description |
---|
CoinbaseExMarketDataServiceRaw(Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
CoinbaseExProductBook |
getCoinbaseExProductOrderBook(CurrencyPair currencyPair) |
CoinbaseExProductBook |
getCoinbaseExProductOrderBook(CurrencyPair currencyPair,
int level) |
CoinbaseExProductStats |
getCoinbaseExProductStats(CurrencyPair currencyPair) |
CoinbaseExProductTicker |
getCoinbaseExProductTicker(CurrencyPair currencyPair) |
CoinbaseExTrade[] |
getCoinbaseExTrades(CurrencyPair currencyPair,
int limit) |
getExchangeSymbols, getTimestamp
verifyOrder, verifyOrder, verifyOrder
public CoinbaseExMarketDataServiceRaw(Exchange exchange)
public CoinbaseExProductTicker getCoinbaseExProductTicker(CurrencyPair currencyPair) throws IOException
IOException
public CoinbaseExProductStats getCoinbaseExProductStats(CurrencyPair currencyPair) throws IOException
IOException
public CoinbaseExProductBook getCoinbaseExProductOrderBook(CurrencyPair currencyPair) throws IOException
IOException
public CoinbaseExProductBook getCoinbaseExProductOrderBook(CurrencyPair currencyPair, int level) throws IOException
IOException
public CoinbaseExTrade[] getCoinbaseExTrades(CurrencyPair currencyPair, int limit) throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.