Class 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
    • Constructor Detail

      • CryptonitMarketDataService

        public CryptonitMarketDataService​(org.knowm.xchange.Exchange exchange)
    • Method Detail

      • getTicker

        public org.knowm.xchange.dto.marketdata.Ticker getTicker​(org.knowm.xchange.currency.CurrencyPair currencyPair,
                                                                 Object... args)
                                                          throws IOException
        Specified by:
        getTicker in interface org.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:
        getOrderBook in interface org.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:
        getTrades in interface org.knowm.xchange.service.marketdata.MarketDataService
        Throws:
        IOException