Class CryptowatchMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.cryptowatch.service.CryptowatchBaseService
org.knowm.xchange.cryptowatch.service.CryptowatchMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CryptowatchMarketDataService
public class CryptowatchMarketDataServiceRaw extends CryptowatchBaseService
-
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 Constructor Description CryptowatchMarketDataServiceRaw(Exchange exchange) -
Method Summary
Modifier and Type Method Description List<CryptowatchAssetPair>getCryptowatchAssetPairs()List<CryptowatchAsset>getCryptowatchAssets()CryptowatchOHLCsgetCryptowatchOHLCs(CurrencyPair pair, String market, Long before, Long after, Integer period)CryptowatchOrderBookgetCryptowatchOrderBook(CurrencyPair pair, String market)CryptowatchPricegetCryptowatchPrice(CurrencyPair pair, String market)CryptowatchSummarygetCryptowatchSummary(CurrencyPair pair, String market)List<CryptowatchTrade>getCryptowatchTrades(CurrencyPair pair, String market, Integer limit, Long since)Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CryptowatchMarketDataServiceRaw
-
-
Method Details
-
getCryptowatchAssetPairs
-
getCryptowatchAssets
-
getCryptowatchPrice
-
getCryptowatchSummary
-
getCryptowatchOHLCs
public CryptowatchOHLCs getCryptowatchOHLCs(CurrencyPair pair, String market, Long before, Long after, Integer period) -
getCryptowatchOrderBook
-
getCryptowatchTrades
public List<CryptowatchTrade> getCryptowatchTrades(CurrencyPair pair, String market, Integer limit, Long since)
-