Uses of Class
org.knowm.xchange.ccex.dto.account.CCEXBalance
Packages that use CCEXBalance
Package
Description
-
Uses of CCEXBalance in org.knowm.xchange.ccex
Method parameters in org.knowm.xchange.ccex with type arguments of type CCEXBalanceModifier and TypeMethodDescriptionstatic Wallet
CCEXAdapters.adaptWallet
(List<CCEXBalance> balances) -
Uses of CCEXBalance in org.knowm.xchange.ccex.dto.account
Methods in org.knowm.xchange.ccex.dto.account that return CCEXBalanceMethods in org.knowm.xchange.ccex.dto.account that return types with arguments of type CCEXBalanceMethods in org.knowm.xchange.ccex.dto.account with parameters of type CCEXBalanceMethod parameters in org.knowm.xchange.ccex.dto.account with type arguments of type CCEXBalanceConstructors in org.knowm.xchange.ccex.dto.account with parameters of type CCEXBalanceModifierConstructorDescriptionCCEXBalanceResponse
(boolean success, String message, CCEXBalance result) Constructor parameters in org.knowm.xchange.ccex.dto.account with type arguments of type CCEXBalanceModifierConstructorDescriptionCCEXBalancesResponse
(boolean success, String message, List<CCEXBalance> result) -
Uses of CCEXBalance in org.knowm.xchange.ccex.service
Methods in org.knowm.xchange.ccex.service that return types with arguments of type CCEXBalance