Uses of Class
org.knowm.xchange.quoine.dto.account.FiatAccount
-
Packages that use FiatAccount Package Description org.knowm.xchange.quoine org.knowm.xchange.quoine.dto.account org.knowm.xchange.quoine.service -
-
Uses of FiatAccount in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine that return FiatAccount Modifier and Type Method Description FiatAccount[]QuoineAuthenticated. getFiatAccountInfo(int apiVersion, si.mazi.rescu.ParamsDigest signer, String contentType)Methods in org.knowm.xchange.quoine with parameters of type FiatAccount Modifier and Type Method Description static List<Wallet>QuoineAdapters. adapt(FiatAccount[] balances)static WalletQuoineAdapters. adaptFiatAccountWallet(FiatAccount[] fiatAccounts) -
Uses of FiatAccount in org.knowm.xchange.quoine.dto.account
Methods in org.knowm.xchange.quoine.dto.account that return FiatAccount Modifier and Type Method Description FiatAccount[]QuoineAccountInfo. getFiatAccounts()Constructors in org.knowm.xchange.quoine.dto.account with parameters of type FiatAccount Constructor Description QuoineAccountInfo(BitcoinAccount bitcoinAccount, FiatAccount[] fiatAccounts)Constructor -
Uses of FiatAccount in org.knowm.xchange.quoine.service
Methods in org.knowm.xchange.quoine.service that return FiatAccount Modifier and Type Method Description FiatAccount[]QuoineAccountServiceRaw. getQuoineFiatAccountInfo()
-