Uses of Class
org.knowm.xchange.quoine.dto.trade.QuoineTransaction
Packages that use QuoineTransaction
Package
Description
-
Uses of QuoineTransaction in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine with parameters of type QuoineTransactionModifier and TypeMethodDescriptionstatic FundingRecordQuoineAdapters.adaptFunding(Currency currency, QuoineTransaction transaction, FundingRecord.Type deposit) -
Uses of QuoineTransaction in org.knowm.xchange.quoine.dto.trade
Fields in org.knowm.xchange.quoine.dto.trade with type parameters of type QuoineTransactionConstructor parameters in org.knowm.xchange.quoine.dto.trade with type arguments of type QuoineTransactionModifierConstructorDescriptionQuoineTransactionsResponse(List<QuoineTransaction> models, int currentPage, int totalPages) -
Uses of QuoineTransaction in org.knowm.xchange.quoine.service
Methods in org.knowm.xchange.quoine.service that return types with arguments of type QuoineTransactionModifier and TypeMethodDescriptionQuoineAccountServiceRaw.depositHistory(Currency currency, Integer limit, Integer page) QuoineTradeServiceRaw.transactions(Currency currency, Integer limit, Integer page) QuoineAccountServiceRaw.withdrawalHistory(Currency currency, Integer limit, Integer page)