public class CHBTCMarketDataService extends CHBTCMarketDataServiceRaw implements com.xeiam.xchange.service.polling.marketdata.PollingMarketDataService
| Constructor and Description |
|---|
CHBTCMarketDataService(com.xeiam.xchange.Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
com.xeiam.xchange.dto.marketdata.OrderBook |
getOrderBook(com.xeiam.xchange.currency.CurrencyPair currencyPair,
Object... args) |
com.xeiam.xchange.dto.marketdata.Ticker |
getTicker(com.xeiam.xchange.currency.CurrencyPair currencyPair,
Object... args) |
com.xeiam.xchange.dto.marketdata.Trades |
getTrades(com.xeiam.xchange.currency.CurrencyPair currencyPair,
Object... args) |
getDepth, getTicker, getTrades, getTradesgetExchangeSymbolspublic CHBTCMarketDataService(com.xeiam.xchange.Exchange exchange)
public com.xeiam.xchange.dto.marketdata.Ticker getTicker(com.xeiam.xchange.currency.CurrencyPair currencyPair,
Object... args)
throws com.xeiam.xchange.exceptions.ExchangeException,
com.xeiam.xchange.exceptions.NotAvailableFromExchangeException,
com.xeiam.xchange.exceptions.NotYetImplementedForExchangeException,
IOException
getTicker in interface com.xeiam.xchange.service.polling.marketdata.PollingMarketDataServicecom.xeiam.xchange.exceptions.ExchangeExceptioncom.xeiam.xchange.exceptions.NotAvailableFromExchangeExceptioncom.xeiam.xchange.exceptions.NotYetImplementedForExchangeExceptionIOExceptionpublic com.xeiam.xchange.dto.marketdata.OrderBook getOrderBook(com.xeiam.xchange.currency.CurrencyPair currencyPair,
Object... args)
throws com.xeiam.xchange.exceptions.ExchangeException,
com.xeiam.xchange.exceptions.NotAvailableFromExchangeException,
com.xeiam.xchange.exceptions.NotYetImplementedForExchangeException,
IOException
getOrderBook in interface com.xeiam.xchange.service.polling.marketdata.PollingMarketDataServicecom.xeiam.xchange.exceptions.ExchangeExceptioncom.xeiam.xchange.exceptions.NotAvailableFromExchangeExceptioncom.xeiam.xchange.exceptions.NotYetImplementedForExchangeExceptionIOExceptionpublic com.xeiam.xchange.dto.marketdata.Trades getTrades(com.xeiam.xchange.currency.CurrencyPair currencyPair,
Object... args)
throws com.xeiam.xchange.exceptions.ExchangeException,
com.xeiam.xchange.exceptions.NotAvailableFromExchangeException,
com.xeiam.xchange.exceptions.NotYetImplementedForExchangeException,
IOException
getTrades in interface com.xeiam.xchange.service.polling.marketdata.PollingMarketDataServicecom.xeiam.xchange.exceptions.ExchangeExceptioncom.xeiam.xchange.exceptions.NotAvailableFromExchangeExceptioncom.xeiam.xchange.exceptions.NotYetImplementedForExchangeExceptionIOExceptionCopyright © 2013–2015. All rights reserved.