Uses of Class
org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
-
Packages that use BitsoUserTransaction Package Description org.knowm.xchange.bitso org.knowm.xchange.bitso.service -
-
Uses of BitsoUserTransaction in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso that return BitsoUserTransaction Modifier and Type Method Description BitsoUserTransaction[]BitsoAuthenticated. getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions)BitsoUserTransaction[]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 BitsoUserTransaction Modifier and Type Method Description static UserTradesBitsoAdapters. adaptTradeHistory(BitsoUserTransaction[] bitsoUserTransactions) -
Uses of BitsoUserTransaction in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service that return BitsoUserTransaction Modifier and Type Method Description BitsoUserTransaction[]BitsoTradeServiceRaw. getBitsoUserTransactions(Long numberOfTransactions)BitsoUserTransaction[]BitsoTradeServiceRaw. getBitsoUserTransactions(Long numberOfTransactions, Long offset, String sort)
-