Class CryptowatchMarketDataService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.cryptowatch.service.CryptowatchBaseService
org.knowm.xchange.cryptowatch.service.CryptowatchMarketDataServiceRaw
org.knowm.xchange.cryptowatch.service.CryptowatchMarketDataService
- All Implemented Interfaces:
BaseService,MarketDataService
public class CryptowatchMarketDataService
extends CryptowatchMarketDataServiceRaw
implements MarketDataService
- Author:
- massi.gerardi
-
Field Summary
Fields inherited from class org.knowm.xchange.cryptowatch.service.CryptowatchBaseService
cryptowatchFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrderBook(CurrencyPair currencyPair, Object... args) Get an order book representing the current offered exchange rates (market depth)getTrades(CurrencyPair currencyPair, Object... args) Get the trades recently performed by the exchangeMethods inherited from class org.knowm.xchange.cryptowatch.service.CryptowatchMarketDataServiceRaw
getCryptowatchAssetPairs, getCryptowatchAssets, getCryptowatchOHLCs, getCryptowatchOrderBook, getCryptowatchPrice, getCryptowatchSummary, getCryptowatchTradesMethods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.service.marketdata.MarketDataService
getCandleStickData, getFundingRate, getFundingRates, getOrderBook, getOrderBook, getTicker, getTicker, getTickers, getTrades, getTrades
-
Constructor Details
-
CryptowatchMarketDataService
-
-
Method Details
-
getOrderBook
Description copied from interface:MarketDataServiceGet an order book representing the current offered exchange rates (market depth)- Specified by:
getOrderBookin interfaceMarketDataService- Parameters:
args- Optional arguments. Exchange-specific- Returns:
- The OrderBook, null if some sort of error occurred. Implementers should log the error.
-
getTrades
Description copied from interface:MarketDataServiceGet the trades recently performed by the exchange- Specified by:
getTradesin interfaceMarketDataService- Parameters:
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
-