Uses of Class
org.knowm.xchange.cryptowatch.dto.marketdata.CryptowatchAsset
Packages that use CryptowatchAsset
Package
Description
-
Uses of CryptowatchAsset in org.knowm.xchange.cryptowatch.dto.marketdata
Constructors in org.knowm.xchange.cryptowatch.dto.marketdata with parameters of type CryptowatchAssetModifierConstructorDescriptionCryptowatchAssetPair
(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 CryptowatchAssetModifierConstructorDescriptionCryptowatchAssetsResult
(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