Uses of Class
org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
Packages that use BitsoUserTransaction
-
Uses of BitsoUserTransaction in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso that return BitsoUserTransactionModifier and TypeMethodDescriptionBitsoAuthenticated.getUserTransactions
(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions) BitsoAuthenticated.getUserTransactions
(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions, long offset, String sort) Methods in org.knowm.xchange.bitso with parameters of type BitsoUserTransactionModifier and TypeMethodDescriptionstatic UserTrades
BitsoAdapters.adaptTradeHistory
(BitsoUserTransaction[] bitsoUserTransactions) -
Uses of BitsoUserTransaction in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service that return BitsoUserTransactionModifier and TypeMethodDescriptionBitsoTradeServiceRaw.getBitsoUserTransactions
(Long numberOfTransactions) BitsoTradeServiceRaw.getBitsoUserTransactions
(Long numberOfTransactions, Long offset, String sort)