Class CryptowatchMarketDataService

All Implemented Interfaces:
BaseService, MarketDataService

public class CryptowatchMarketDataService
extends CryptowatchMarketDataServiceRaw
implements MarketDataService
Author:
massi.gerardi
  • Constructor Details

    • CryptowatchMarketDataService

      public CryptowatchMarketDataService​(Exchange exchange)
  • Method Details

    • getOrderBook

      public OrderBook getOrderBook​(CurrencyPair currencyPair, Object... args)
      Description copied from interface: MarketDataService
      Get an order book representing the current offered exchange rates (market depth)
      Specified by:
      getOrderBook in interface MarketDataService
      args - Optional arguments. Exchange-specific
      Returns:
      The OrderBook, null if some sort of error occurred. Implementers should log the error.
    • getTrades

      public Trades getTrades​(CurrencyPair currencyPair, Object... args) throws IOException
      Description copied from interface: MarketDataService
      Get the trades recently performed by the exchange
      Specified by:
      getTrades in interface MarketDataService
      args - Optional arguments. Exchange-specific
      Returns:
      The Trades, null if some sort of error occurred. Implementers should log the error.
      Throws:
      IOException - - Indication that a networking error occurred while fetching JSON data