Uses of Class
org.knowm.xchange.therock.dto.account.TheRockBalance
-
Packages that use TheRockBalance Package Description org.knowm.xchange.therock org.knowm.xchange.therock.dto.account org.knowm.xchange.therock.service -
-
Uses of TheRockBalance in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return TheRockBalance Modifier and Type Method Description TheRockBalance
TheRockAuthenticated. balance(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, String currency)
Method parameters in org.knowm.xchange.therock with type arguments of type TheRockBalance Modifier and Type Method Description static AccountInfo
TheRockAdapters. adaptAccountInfo(List<TheRockBalance> trBalances, String userName)
-
Uses of TheRockBalance in org.knowm.xchange.therock.dto.account
Methods in org.knowm.xchange.therock.dto.account that return types with arguments of type TheRockBalance Modifier and Type Method Description List<TheRockBalance>
TheRockBalances. getBalances()
-
Uses of TheRockBalance in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service that return types with arguments of type TheRockBalance Modifier and Type Method Description List<TheRockBalance>
TheRockAccountServiceRaw. balances()
-