Uses of Class
org.knowm.xchange.cryptowatch.dto.marketdata.results.Allowance
Packages that use Allowance
-
Uses of Allowance in org.knowm.xchange.cryptowatch.dto.marketdata.results
Constructors in org.knowm.xchange.cryptowatch.dto.marketdata.results with parameters of type AllowanceModifierConstructorDescriptionCryptowatchAssetPairsResult
(String error, List<CryptowatchAssetPair> result, Allowance allowance) CryptowatchAssetsResult
(String error, List<CryptowatchAsset> result, Allowance allowance) CryptowatchOHLCResult
(String error, CryptowatchOHLCs result, Allowance allowance) CryptowatchOrderBookResult
(String error, CryptowatchOrderBook result, Allowance allowance) CryptowatchPriceResult
(String error, CryptowatchPrice result, Allowance allowance) CryptowatchResult
(V result, String error, Allowance allowance) CryptowatchSummaryResult
(String error, CryptowatchSummary result, Allowance allowance) CryptowatchTradesResult
(String error, List<CryptowatchTrade> result, Allowance allowance)