Uses of Class
org.knowm.xchange.quoine.dto.trade.QuoineTransaction
-
Packages that use QuoineTransaction Package Description org.knowm.xchange.quoine org.knowm.xchange.quoine.dto.trade org.knowm.xchange.quoine.service -
-
Uses of QuoineTransaction in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine with parameters of type QuoineTransaction Modifier and Type Method Description static 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 QuoineTransaction Modifier and Type Field Description List<QuoineTransaction>QuoineTransactionsResponse. modelsConstructor parameters in org.knowm.xchange.quoine.dto.trade with type arguments of type QuoineTransaction Constructor Description QuoineTransactionsResponse(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 QuoineTransaction Modifier and Type Method Description List<QuoineTransaction>QuoineAccountServiceRaw. depositHistory(Currency currency, Integer limit, Integer page)List<QuoineTransaction>QuoineTradeServiceRaw. transactions(Currency currency, Integer limit, Integer page)List<QuoineTransaction>QuoineAccountServiceRaw. withdrawalHistory(Currency currency, Integer limit, Integer page)
-