Uses of Class
org.knowm.xchange.cryptowatch.dto.marketdata.CryptowatchAssetPair
| Package | Description |
|---|---|
| org.knowm.xchange.cryptowatch | |
| org.knowm.xchange.cryptowatch.dto.marketdata.results | |
| org.knowm.xchange.cryptowatch.service |
-
Uses of CryptowatchAssetPair in org.knowm.xchange.cryptowatch
Methods in org.knowm.xchange.cryptowatch with parameters of type CryptowatchAssetPair Modifier and Type Method Description static CurrencyPairCryptowatchAdapters. adaptToCurrencyPair(CryptowatchAssetPair pair)Method parameters in org.knowm.xchange.cryptowatch with type arguments of type CryptowatchAssetPair Modifier and Type Method Description static ExchangeMetaDataCryptowatchAdapters. adaptToExchangeMetaData(ExchangeMetaData exchangeMetaData, List<CryptowatchAssetPair> assetPairs, List<CryptowatchAsset> assets) -
Uses of CryptowatchAssetPair in org.knowm.xchange.cryptowatch.dto.marketdata.results
Constructor parameters in org.knowm.xchange.cryptowatch.dto.marketdata.results with type arguments of type CryptowatchAssetPair Constructor Description CryptowatchAssetPairsResult(String error, List<CryptowatchAssetPair> result, Allowance allowance) -
Uses of CryptowatchAssetPair in org.knowm.xchange.cryptowatch.service
Methods in org.knowm.xchange.cryptowatch.service that return types with arguments of type CryptowatchAssetPair Modifier and Type Method Description List<CryptowatchAssetPair>CryptowatchMarketDataServiceRaw. getCryptowatchAssetPairs()