Uses of Class
org.knowm.xchange.dto.trade.UserTrades
Packages that use UserTrades
Package
Description
-
Uses of UserTrades in info.bitrich.xchangestream.coinmate.v2
Methods in info.bitrich.xchangestream.coinmate.v2 that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
CoinmateStreamingAdapter.adaptWebSocketUserTrades
(List<CoinmateWebSocketUserTrade> coinmateWebSocketUserTrades, CurrencyPair currencyPair) -
Uses of UserTrades in org.knowm.xchange.ascendex
Methods in org.knowm.xchange.ascendex that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
AscendexAdapters.adaptUserTrades
(List<AscendexOpenOrdersResponse> ascendexOrderHistoryResponse) -
Uses of UserTrades in org.knowm.xchange.ascendex.service
Methods in org.knowm.xchange.ascendex.service that return UserTradesModifier and TypeMethodDescriptionAscendexTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BiboxAdapters.adaptUserTrades
(BiboxOrders biboxOrderHistory) -
Uses of UserTrades in org.knowm.xchange.bibox.service
Methods in org.knowm.xchange.bibox.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BinanceAdapters.adaptUserTrades
(List<BinanceTrade> binanceTrades, boolean isFuture) -
Uses of UserTrades in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bitbay
Methods in org.knowm.xchange.bitbay that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BitbayAdapters.adaptTradeHistory
(List<BitbayOrder> orders) -
Uses of UserTrades in org.knowm.xchange.bitbay.service
Methods in org.knowm.xchange.bitbay.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bitbay.v3
Methods in org.knowm.xchange.bitbay.v3 that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BitbayAdapters.adaptUserTrades
(BitbayUserTrades response) -
Uses of UserTrades in org.knowm.xchange.bitbay.v3.service
Methods in org.knowm.xchange.bitbay.v3.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BitcoindeAdapters.adaptTradeHistory
(BitcoindeMyTradesWrapper bitcoindeMyTradesWrapper) Helper function for adapting a BitcoindeMyTradesWrapper into a list of trades sorting them with respect to their timestamps.static UserTrades
BitcoindeAdapters.adaptTradeHistory
(BitcoindeMyTradesWrapper bitcoindeMyTradesWrapper, Trades.TradeSortType sortType) Adapt a BitcoindeMyTradesWrapper into a list of trades. -
Uses of UserTrades in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service that return UserTradesModifier and TypeMethodDescriptionBitcoindeTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BitfinexAdapters.adaptTradeHistory
(BitfinexTradeResponse[] trades, String symbol) static UserTrades
BitfinexAdapters.adaptTradeHistoryV2
(List<Trade> trades) BitfinexTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.bithumb
Methods in org.knowm.xchange.bithumb that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BithumbAdapters.adaptUserTrades
(List<BithumbUserTransaction> transactions, CurrencyPair currencyPair) -
Uses of UserTrades in org.knowm.xchange.bithumb.service
Methods in org.knowm.xchange.bithumb.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bitmex.service
Methods in org.knowm.xchange.bitmex.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BitsoAdapters.adaptTradeHistory
(BitsoUserTransaction[] bitsoUserTransactions) -
Uses of UserTrades in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service that return UserTradesModifier and TypeMethodDescriptionBitsoTradeService.getTradeHistory
(TradeHistoryParams params) Required parameter types:TradeHistoryParamPaging.getPageLength()
-
Uses of UserTrades in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BitstampAdapters.adaptTradeHistory
(BitstampUserTransaction[] bitstampUserTransactions) Adapt the user's trades -
Uses of UserTrades in org.knowm.xchange.bitstamp.service
Methods in org.knowm.xchange.bitstamp.service that return UserTradesModifier and TypeMethodDescriptionBitstampTradeService.getTradeHistory
(TradeHistoryParams params) Required parameter types:TradeHistoryParamPaging.getPageLength()
-
Uses of UserTrades in org.knowm.xchange.bittrex.service
Methods in org.knowm.xchange.bittrex.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bity
Methods in org.knowm.xchange.bity that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BityAdapters.adaptTrades
(List<BityOrder> orders) -
Uses of UserTrades in org.knowm.xchange.bity.service
Methods in org.knowm.xchange.bity.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bitz.service
Methods in org.knowm.xchange.bitz.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bl3p.service
Methods in org.knowm.xchange.bl3p.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.bleutrade.service
Methods in org.knowm.xchange.bleutrade.service that return UserTradesModifier and TypeMethodDescriptionBleutradeTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BlockchainAdapters.toUserTrades
(List<BlockchainOrder> blockchainTrades) -
Uses of UserTrades in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service that return UserTradesModifier and TypeMethodDescriptionBlockchainTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.btcmarkets
Methods in org.knowm.xchange.btcmarkets that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
BTCMarketsAdapters.adaptTradeHistory
(List<BTCMarketsTradeHistoryResponse> btcmarketsUserTrades) -
Uses of UserTrades in org.knowm.xchange.btcmarkets.service
Methods in org.knowm.xchange.btcmarkets.service that return UserTradesModifier and TypeMethodDescriptionBTCMarketsTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.btcturk.service
Methods in org.knowm.xchange.btcturk.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.ccex.service
Methods in org.knowm.xchange.ccex.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
CoinbaseAdapters.adaptTrades
(List<CoinbaseBuySell> transactions, Order.OrderType orderType) static UserTrades
CoinbaseAdapters.adaptTrades
(CoinbaseTransfers transfers) -
Uses of UserTrades in org.knowm.xchange.coinbase.service
Methods in org.knowm.xchange.coinbase.service that return UserTradesModifier and TypeMethodDescriptionCoinbaseTradeService.getTradeHistory
(TradeHistoryParams params) Authenticated resource which returns the user’s Bitcoin purchases and sells. -
Uses of UserTrades in org.knowm.xchange.coinbase.v2.service
Methods in org.knowm.xchange.coinbase.v2.service that return UserTradesModifier and TypeMethodDescriptionCoinbaseTradeService.getBuyTradeHistory
(CoinbaseTradeHistoryParams params, String accountId) The Coinbase is not typical exchange.CoinbaseTradeService.getSellTradeHistory
(CoinbaseTradeHistoryParams params, String accountId) The Coinbase is not typical exchange. -
Uses of UserTrades in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
CoinbaseProAdapters.adaptTradeHistory
(List<CoinbaseProFill> coinbaseExFills) -
Uses of UserTrades in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service that return UserTradesModifier and TypeMethodDescriptionCoinbaseProTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.coindeal
Methods in org.knowm.xchange.coindeal that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
CoindealAdapters.adaptToUserTrades
(List<CoindealTradeHistory> coindealTradeHistoryList) -
Uses of UserTrades in org.knowm.xchange.coindeal.service
Methods in org.knowm.xchange.coindeal.service that return UserTradesModifier and TypeMethodDescriptionCoindealTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.coindirect.service
Methods in org.knowm.xchange.coindirect.service that return UserTradesModifier and TypeMethodDescriptionCoindirectTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.coinegg
Methods in org.knowm.xchange.coinegg that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
CoinEggAdapters.adaptTradeHistory
(CoinEggTradeView coinEggTradeView) -
Uses of UserTrades in org.knowm.xchange.coinegg.service
Methods in org.knowm.xchange.coinegg.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.coinfloor
Methods in org.knowm.xchange.coinfloor that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
CoinfloorAdapters.adaptTradeHistory
(Collection<CoinfloorUserTransaction> transactions) -
Uses of UserTrades in org.knowm.xchange.coinfloor.service
Methods in org.knowm.xchange.coinfloor.service that return UserTradesModifier and TypeMethodDescriptionCoinfloorTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.coingi
Methods in org.knowm.xchange.coingi that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
CoingiAdapters.adaptTradeHistory
(CoingiOrdersList ordersList) -
Uses of UserTrades in org.knowm.xchange.coingi.service
Methods in org.knowm.xchange.coingi.service that return UserTradesModifier and TypeMethodDescriptionCoingiTradeService.getTradeHistory
(TradeHistoryParams p) Required parameter types:TradeHistoryParamPaging.getPageLength()
-
Uses of UserTrades in org.knowm.xchange.coinjar.service
Methods in org.knowm.xchange.coinjar.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
CoinmateAdapters.adaptTradeHistory
(CoinmateTradeHistory coinmateTradeHistory) static UserTrades
CoinmateAdapters.adaptTransactionHistory
(CoinmateTransactionHistory coinmateTradeHistory) -
Uses of UserTrades in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service that return UserTradesModifier and TypeMethodDescriptionCoinmateTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
DeribitAdapters.adaptUserTrades
(UserTrades userTrades) -
Uses of UserTrades in org.knowm.xchange.deribit.v2.service
Methods in org.knowm.xchange.deribit.v2.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.dvchain
Methods in org.knowm.xchange.dvchain that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
DVChainAdapters.adaptTradeHistory
(List<DVChainTrade> trades) -
Uses of UserTrades in org.knowm.xchange.dvchain.service
Methods in org.knowm.xchange.dvchain.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.exmo.service
Methods in org.knowm.xchange.exmo.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
FtxAdapters.adaptUserTrades
(List<FtxFillDto> ftxUserTrades) -
Uses of UserTrades in org.knowm.xchange.ftx.service
Methods in org.knowm.xchange.ftx.service that return UserTradesModifier and TypeMethodDescriptionFtxTradeService.getTradeHistory
(TradeHistoryParams params) FtxTradeServiceRaw.getTradeHistoryForSubaccount
(String subaccount, TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
GateioAdapters.adaptUserTrades
(List<GateioTrade> userTrades) -
Uses of UserTrades in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service that return UserTradesModifier and TypeMethodDescriptionGateioTradeService.getTradeHistory
(TradeHistoryParams params) Required parameter:TradeHistoryParamCurrencyPair
-
Uses of UserTrades in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
GeminiAdapters.adaptTradeHistory
(GeminiTradeResponse[] trades, String symbol) -
Uses of UserTrades in org.knowm.xchange.gemini.v1.service
Methods in org.knowm.xchange.gemini.v1.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.globitex
Methods in org.knowm.xchange.globitex that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
GlobitexAdapters.adaptToUserTrades
(GlobitexUserTrades globitexUserTrades) -
Uses of UserTrades in org.knowm.xchange.globitex.service
Methods in org.knowm.xchange.globitex.service that return UserTradesModifier and TypeMethodDescriptionGlobitexTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
HitbtcAdapters.adaptTradeHistory
(List<HitbtcOwnTrade> tradeHistoryRaw) -
Uses of UserTrades in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service that return UserTradesModifier and TypeMethodDescriptionHitbtcTradeService.getTradeHistory
(TradeHistoryParams params) Required parameters:TradeHistoryParamPaging
TradeHistoryParamCurrencyPair
-
Uses of UserTrades in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
HuobiAdapters.adaptTradeHistory
(HuobiOrder[] tradeHistoryOrders) -
Uses of UserTrades in org.knowm.xchange.huobi.service
Methods in org.knowm.xchange.huobi.service that return UserTradesModifier and TypeMethodDescriptionHuobiTradeService.getTradeHistory
(TradeHistoryParams tradeHistoryParams) Huobi trade history only goes back 48h - a new API was promised in 2019-Q1 -
Uses of UserTrades in org.knowm.xchange.idex
Methods in org.knowm.xchange.idex that return UserTradesModifier and TypeMethodDescriptionIdexTradeService.getTradeHistory
(TradeHistoryParams tradeHistoryParams) -
Uses of UserTrades in org.knowm.xchange.independentreserve
Methods in org.knowm.xchange.independentreserve that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
IndependentReserveAdapters.adaptTradeHistory
(IndependentReserveTradeHistoryResponse independentReserveTradeHistoryResponse) -
Uses of UserTrades in org.knowm.xchange.independentreserve.service
Methods in org.knowm.xchange.independentreserve.service that return UserTradesModifier and TypeMethodDescriptionIndependentReserveTradeService.getTradeHistory
(TradeHistoryParams params) Optional parameters:TradeHistoryParamPaging.getPageNumber()
indexed from 0 -
Uses of UserTrades in org.knowm.xchange.itbit
Methods in org.knowm.xchange.itbit that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
ItBitAdapters.adaptTradeHistory
(ItBitTradeHistory history) -
Uses of UserTrades in org.knowm.xchange.itbit.service
Methods in org.knowm.xchange.itbit.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
KrakenAdapters.adaptTradesHistory
(Map<String, KrakenTrade> krakenTrades) -
Uses of UserTrades in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.krakenfutures
Methods in org.knowm.xchange.krakenfutures that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
KrakenFuturesAdapters.adaptFills
(KrakenFuturesFills krakenFuturesFills) -
Uses of UserTrades in org.knowm.xchange.krakenfutures.service
Methods in org.knowm.xchange.krakenfutures.service that return UserTradesModifier and TypeMethodDescriptionKrakenFuturesTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return UserTradesModifier and TypeMethodDescriptionKucoinTradeService.getTradeHistory
(TradeHistoryParams tradeHistoryParams) -
Uses of UserTrades in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
LatokenAdapters.adaptUserTrades
(Exchange exchange, LatokenUserTrades latokenUserTrades) -
Uses of UserTrades in org.knowm.xchange.latoken.service
Methods in org.knowm.xchange.latoken.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.lgo
Methods in org.knowm.xchange.lgo that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
LgoAdapters.adaptUserTrades
(WithCursor<LgoUserTrades> lastTrades) -
Uses of UserTrades in org.knowm.xchange.lgo.service
Methods in org.knowm.xchange.lgo.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.livecoin.service
Methods in org.knowm.xchange.livecoin.service that return UserTradesModifier and TypeMethodDescriptionLivecoinTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.luno.service
Methods in org.knowm.xchange.luno.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.lykke.service
Methods in org.knowm.xchange.lykke.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.mercadobitcoin
Methods in org.knowm.xchange.mercadobitcoin that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
MercadoBitcoinAdapters.toUserTrades
(CurrencyPair pair, MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> orders) -
Uses of UserTrades in org.knowm.xchange.mercadobitcoin.service
Methods in org.knowm.xchange.mercadobitcoin.service that return UserTradesModifier and TypeMethodDescriptionMercadoBitcoinTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
OkCoinAdapters.adaptTradeHistory
(OkCoinFuturesTradeHistoryResult[] okCoinFuturesTradeHistoryResult) static UserTrades
OkCoinAdapters.adaptTrades
(OkCoinOrderResult orderResult) static UserTrades
OkCoinAdapters.adaptTradesFutures
(OkCoinFuturesOrderResult orderResult) -
Uses of UserTrades in org.knowm.xchange.okcoin.service
Methods in org.knowm.xchange.okcoin.service that return UserTradesModifier and TypeMethodDescriptionOkCoinFuturesTradeService.getTradeHistory
(TradeHistoryParams params) Parameters: seeOkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams
OkCoinTradeService.getTradeHistory
(TradeHistoryParams params) OKEX does not support trade history in the usual way, it only provides a aggregated view on a per order basis of how much the order has been filled and the average price. -
Uses of UserTrades in org.knowm.xchange.okcoin.v3.service
Methods in org.knowm.xchange.okcoin.v3.service that return UserTradesModifier and TypeMethodDescriptionOkexTradeService.getMarginTradeHistory
(TradeHistoryParams params) OkexTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.okex
Methods in org.knowm.xchange.okex that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
OkexAdapters.adaptUserTrades
(List<OkexOrderDetails> okexTradeHistory, ExchangeMetaData exchangeMetaData) -
Uses of UserTrades in org.knowm.xchange.okex.service
Methods in org.knowm.xchange.okex.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.paymium.service
Methods in org.knowm.xchange.paymium.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service that return UserTradesModifier and TypeMethodDescriptionPoloniexTradeService.getOrderTrades
(String orderId, CurrencyPair currencyPair) final UserTrades
PoloniexTradeService.getOrderTrades
(Order order) PoloniexTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.quoine.service
Methods in org.knowm.xchange.quoine.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
RippleAdapters.adaptTrades
(Collection<IRippleTradeTransaction> tradesForAccount, TradeHistoryParams params, RippleAccountService accountService, int roundingScale) -
Uses of UserTrades in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service that return UserTradesModifier and TypeMethodDescriptionRippleTradeService.getTradeHistory
(TradeHistoryParams params) Ripple trade history is a request intensive process. -
Uses of UserTrades in org.knowm.xchange.service.trade
Methods in org.knowm.xchange.service.trade that return UserTradesModifier and TypeMethodDescriptiondefault UserTrades
TradeService.getTradeHistory
(TradeHistoryParams params) Fetch the history of user trades. -
Uses of UserTrades in org.knowm.xchange.simulated
Methods in org.knowm.xchange.simulated that return UserTradesModifier and TypeMethodDescriptionSimulatedTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of UserTrades in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return UserTradesModifier and TypeMethodDescriptionstatic UserTrades
TheRockAdapters.adaptUserTrades
(TheRockUserTrades trades, CurrencyPair currencyPair) -
Uses of UserTrades in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.vaultoro.service
Methods in org.knowm.xchange.vaultoro.service that return UserTrades -
Uses of UserTrades in org.knowm.xchange.yobit.service
Methods in org.knowm.xchange.yobit.service that return UserTrades