Class CoindealMarketDataService

All Implemented Interfaces:
BaseService, MarketDataService

public class CoindealMarketDataService extends CoindealMarketDataServiceRaw implements MarketDataService
  • Constructor Details

    • CoindealMarketDataService

      public CoindealMarketDataService(Exchange exchange)
  • Method Details

    • getOrderBook

      public OrderBook getOrderBook(CurrencyPair currencyPair, Object... args) throws IOException
      Description copied from interface: MarketDataService
      Get an order book representing the current offered exchange rates (market depth)
      Specified by:
      getOrderBook in interface MarketDataService
      Parameters:
      args - Optional arguments. Exchange-specific
      Returns:
      The OrderBook, null if some sort of error occurred. Implementers should log the error.
      Throws:
      IOException - - Indication that a networking error occurred while fetching JSON data