Uses of Class
org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
Packages that use CoinfloorUserTransaction
-
Uses of CoinfloorUserTransaction in org.knowm.xchange.coinfloor
Methods in org.knowm.xchange.coinfloor that return CoinfloorUserTransactionModifier and TypeMethodDescriptionCoinfloorAuthenticated.getUserTransactions
(Currency base, Currency counter, Integer numberOfTransactions, Long offset, String sort) Method parameters in org.knowm.xchange.coinfloor with type arguments of type CoinfloorUserTransactionModifier and TypeMethodDescriptionstatic UserTrades
CoinfloorAdapters.adaptTradeHistory
(Collection<CoinfloorUserTransaction> transactions) -
Uses of CoinfloorUserTransaction in org.knowm.xchange.coinfloor.service
Methods in org.knowm.xchange.coinfloor.service that return CoinfloorUserTransactionModifier and TypeMethodDescriptionCoinfloorTradeServiceRaw.getUserTransactions
(Instrument pair, Integer numberOfTransactions, Long offset, TradeHistoryParamsSorted.Order sort)