public class CoinmateMarketDataService extends CoinmateMarketDataServiceRaw implements MarketDataService
exchange| Constructor and Description |
|---|
CoinmateMarketDataService(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
OrderBook |
getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
getTrades(CurrencyPair currencyPair,
Object... args) |
getCoinmateOrderBook, getCoinmateTicker, getCoinmateTransactionsthrowExceptionIfErrorverifyOrder, verifyOrder, verifyOrderpublic CoinmateMarketDataService(Exchange exchange)
public Ticker getTicker(CurrencyPair currencyPair, Object... args) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
getTicker in interface MarketDataServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionpublic OrderBook getOrderBook(CurrencyPair currencyPair, Object... args) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
getOrderBook in interface MarketDataServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionpublic Trades getTrades(CurrencyPair currencyPair, Object... args) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
getTrades in interface MarketDataServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionCopyright © 2015–2017 Coinmate. All rights reserved.