Class CryptonitMarketDataService
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.cryptonit2.service.CryptonitBaseService
-
- org.knowm.xchange.cryptonit2.service.CryptonitMarketDataServiceRaw
-
- org.knowm.xchange.cryptonit2.service.CryptonitMarketDataService
-
- All Implemented Interfaces:
org.knowm.xchange.service.BaseService,org.knowm.xchange.service.marketdata.MarketDataService
public class CryptonitMarketDataService extends CryptonitMarketDataServiceRaw implements org.knowm.xchange.service.marketdata.MarketDataService
- Author:
- Matija Mazi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.knowm.xchange.cryptonit2.service.CryptonitMarketDataServiceRaw
CryptonitMarketDataServiceRaw.CryptonitTime
-
-
Constructor Summary
Constructors Constructor Description CryptonitMarketDataService(org.knowm.xchange.Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.knowm.xchange.dto.marketdata.OrderBookgetOrderBook(org.knowm.xchange.currency.CurrencyPair currencyPair, Object... args)org.knowm.xchange.dto.marketdata.TickergetTicker(org.knowm.xchange.currency.CurrencyPair currencyPair, Object... args)org.knowm.xchange.dto.marketdata.TradesgetTrades(org.knowm.xchange.currency.CurrencyPair currencyPair, Object... args)-
Methods inherited from class org.knowm.xchange.cryptonit2.service.CryptonitMarketDataServiceRaw
getCryptonitOrderBook, getCryptonitTicker, getTransactions
-
Methods inherited from class org.knowm.xchange.cryptonit2.service.CryptonitBaseService
handleError
-
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
getClientConfig, verifyOrder, verifyOrder, verifyOrder
-
-
-
-
Method Detail
-
getTicker
public org.knowm.xchange.dto.marketdata.Ticker getTicker(org.knowm.xchange.currency.CurrencyPair currencyPair, Object... args) throws IOException- Specified by:
getTickerin interfaceorg.knowm.xchange.service.marketdata.MarketDataService- Throws:
IOException
-
getOrderBook
public org.knowm.xchange.dto.marketdata.OrderBook getOrderBook(org.knowm.xchange.currency.CurrencyPair currencyPair, Object... args) throws IOException- Specified by:
getOrderBookin interfaceorg.knowm.xchange.service.marketdata.MarketDataService- Throws:
IOException
-
getTrades
public org.knowm.xchange.dto.marketdata.Trades getTrades(org.knowm.xchange.currency.CurrencyPair currencyPair, Object... args) throws IOException- Specified by:
getTradesin interfaceorg.knowm.xchange.service.marketdata.MarketDataService- Throws:
IOException
-
-