Uses of Class
org.knowm.xchange.latoken.dto.account.LatokenBalance
Packages that use LatokenBalance
-
Uses of LatokenBalance in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return LatokenBalanceModifier and TypeMethodDescriptionLatokenAuthenticated.getBalance(String currency, Long timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Methods in org.knowm.xchange.latoken that return types with arguments of type LatokenBalanceModifier and TypeMethodDescriptionLatokenAuthenticated.getBalances(Long timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Methods in org.knowm.xchange.latoken with parameters of type LatokenBalanceModifier and TypeMethodDescriptionstatic BalanceLatokenAdapters.adaptBalance(LatokenBalance latokenBalance) -
Uses of LatokenBalance in org.knowm.xchange.latoken.service
Methods in org.knowm.xchange.latoken.service that return LatokenBalanceModifier and TypeMethodDescriptionLatokenAccountServiceRaw.getLatokenBalance(Currency currency) Returns the balance of a givenCurrency.Methods in org.knowm.xchange.latoken.service that return types with arguments of type LatokenBalanceModifier and TypeMethodDescriptionLatokenAccountServiceRaw.getLatokenBalances()Returns all balances in the account.