Uses of Class
org.knowm.xchange.cryptowatch.dto.marketdata.CryptowatchAsset
| Package | Description |
|---|---|
| org.knowm.xchange.cryptowatch.dto.marketdata | |
| org.knowm.xchange.cryptowatch.dto.marketdata.results | |
| org.knowm.xchange.cryptowatch.service |
-
Uses of CryptowatchAsset in org.knowm.xchange.cryptowatch.dto.marketdata
Constructors in org.knowm.xchange.cryptowatch.dto.marketdata with parameters of type CryptowatchAsset Constructor Description CryptowatchAssetPair(String symbol, CryptowatchAsset base, CryptowatchAsset quote) -
Uses of CryptowatchAsset in org.knowm.xchange.cryptowatch.dto.marketdata.results
Constructor parameters in org.knowm.xchange.cryptowatch.dto.marketdata.results with type arguments of type CryptowatchAsset Constructor Description CryptowatchAssetsResult(String error, List<CryptowatchAsset> result, Allowance allowance) -
Uses of CryptowatchAsset in org.knowm.xchange.cryptowatch.service
Methods in org.knowm.xchange.cryptowatch.service that return types with arguments of type CryptowatchAsset Modifier and Type Method Description List<CryptowatchAsset>CryptowatchMarketDataServiceRaw. getCryptowatchAssets()