Uses of Class
org.knowm.xchange.dto.trade.UserTrade
-
Uses of UserTrade in info.bitrich.xchangestream.binance
Methods in info.bitrich.xchangestream.binance that return types with arguments of type UserTrade Modifier and Type Method Description io.reactivex.Observable<UserTrade>
BinanceStreamingTradeService. getUserTrades(boolean isFuture)
io.reactivex.Observable<UserTrade>
BinanceStreamingTradeService. getUserTrades(CurrencyPair currencyPair, Object... args)
io.reactivex.Observable<UserTrade>
BinanceStreamingTradeService. getUserTrades(Instrument instrument, Object... args)
-
Uses of UserTrade in info.bitrich.xchangestream.binance.dto
Methods in info.bitrich.xchangestream.binance.dto that return UserTrade Modifier and Type Method Description UserTrade
ExecutionReportBinanceUserTransaction. toUserTrade(boolean isFuture)
-
Uses of UserTrade in info.bitrich.xchangestream.bitfinex
Methods in info.bitrich.xchangestream.bitfinex that return types with arguments of type UserTrade Modifier and Type Method Description io.reactivex.Observable<UserTrade>
BitfinexStreamingTradeService. getUserTrades()
Gets a stream of all user trades to which we are subscribed.io.reactivex.Observable<UserTrade>
BitfinexStreamingTradeService. getUserTrades(CurrencyPair currencyPair, Object... args)
-
Uses of UserTrade in info.bitrich.xchangestream.coinbasepro
Methods in info.bitrich.xchangestream.coinbasepro that return types with arguments of type UserTrade Modifier and Type Method Description io.reactivex.Observable<UserTrade>
CoinbaseProStreamingTradeService. getUserTrades(CurrencyPair currencyPair, Object... args)
-
Uses of UserTrade in info.bitrich.xchangestream.coinmate.v2
Methods in info.bitrich.xchangestream.coinmate.v2 that return types with arguments of type UserTrade Modifier and Type Method Description io.reactivex.Observable<UserTrade>
CoinmateStreamingTradeService. getUserTrades(CurrencyPair currencyPair, Object... args)
-
Uses of UserTrade in info.bitrich.xchangestream.core
Methods in info.bitrich.xchangestream.core that return types with arguments of type UserTrade Modifier and Type Method Description default io.reactivex.Observable<UserTrade>
StreamingTradeService. getUserTrades(CurrencyPair currencyPair, Object... args)
Gets authenticated trades for the logged-in user.default io.reactivex.Observable<UserTrade>
StreamingTradeService. getUserTrades(Instrument instrument, Object... args)
-
Uses of UserTrade in info.bitrich.xchangestream.ftx
Methods in info.bitrich.xchangestream.ftx that return UserTrade Modifier and Type Method Description static UserTrade
FtxStreamingAdapters. adaptUserTrade(com.fasterxml.jackson.databind.JsonNode jsonNode)
Methods in info.bitrich.xchangestream.ftx that return types with arguments of type UserTrade Modifier and Type Method Description io.reactivex.Observable<UserTrade>
FtxStreamingTradeService. getUserTrades(CurrencyPair currencyPair, Object... args)
-
Uses of UserTrade in info.bitrich.xchangestream.kraken
Methods in info.bitrich.xchangestream.kraken that return types with arguments of type UserTrade Modifier and Type Method Description io.reactivex.Observable<UserTrade>
KrakenStreamingTradeService. getUserTrades(CurrencyPair currencyPair, Object... args)
-
Uses of UserTrade in info.bitrich.xchangestream.lgo
Methods in info.bitrich.xchangestream.lgo that return types with arguments of type UserTrade Modifier and Type Method Description io.reactivex.Observable<UserTrade>
LgoStreamingTradeService. getUserTrades(CurrencyPair currencyPair, Object... args)
-
Uses of UserTrade in info.bitrich.xchangestream.okex
Methods in info.bitrich.xchangestream.okex that return types with arguments of type UserTrade Modifier and Type Method Description io.reactivex.Observable<UserTrade>
OkexStreamingTradeService. getUserTrades(Instrument instrument, Object... args)
-
Uses of UserTrade in org.knowm.xchange.bankera
Methods in org.knowm.xchange.bankera that return types with arguments of type UserTrade Modifier and Type Method Description static List<UserTrade>
BankeraAdapters. adaptUserTrades(BankeraUserTrades userTrades)
-
Uses of UserTrade in org.knowm.xchange.bitbay
Methods in org.knowm.xchange.bitbay that return types with arguments of type UserTrade Modifier and Type Method Description static List<UserTrade>
BitbayAdapters. adaptTransactions(List<Map> response)
-
Uses of UserTrade in org.knowm.xchange.bitmex
Methods in org.knowm.xchange.bitmex that return UserTrade Modifier and Type Method Description static UserTrade
BitmexAdapters. adoptUserTrade(BitmexPrivateExecution exec)
-
Uses of UserTrade in org.knowm.xchange.bittrex
Methods in org.knowm.xchange.bittrex that return types with arguments of type UserTrade Modifier and Type Method Description static List<UserTrade>
BittrexAdapters. adaptUserTrades(List<BittrexOrder> bittrexUserTrades)
-
Uses of UserTrade in org.knowm.xchange.bity
Methods in org.knowm.xchange.bity that return UserTrade Modifier and Type Method Description static UserTrade
BityAdapters. adaptTrade(BityOrder order)
-
Uses of UserTrade in org.knowm.xchange.bl3p
Methods in org.knowm.xchange.bl3p that return types with arguments of type UserTrade Modifier and Type Method Description static List<UserTrade>
Bl3pAdapters. adaptUserTransactionsToUserTrades(Bl3pUserTransactions.Bl3pUserTransaction[] transactions)
-
Uses of UserTrade in org.knowm.xchange.bleutrade
Methods in org.knowm.xchange.bleutrade that return UserTrade Modifier and Type Method Description static UserTrade
BleutradeAdapters. adaptUserTrade(BluetradeExecutedTrade trade)
-
Uses of UserTrade in org.knowm.xchange.btcmarkets
Methods in org.knowm.xchange.btcmarkets that return UserTrade Modifier and Type Method Description static UserTrade
BTCMarketsAdapters. adaptTrade(BTCMarketsUserTrade trade, CurrencyPair currencyPair)
static UserTrade
BTCMarketsAdapters. adaptTradeHistory(BTCMarketsTradeHistoryResponse trade)
-
Uses of UserTrade in org.knowm.xchange.ccex
Methods in org.knowm.xchange.ccex that return UserTrade Modifier and Type Method Description static UserTrade
CCEXAdapters. adaptUserTrade(CCEXOrderhistory trade)
Methods in org.knowm.xchange.ccex that return types with arguments of type UserTrade Modifier and Type Method Description static List<UserTrade>
CCEXAdapters. adaptUserTrades(List<CCEXOrderhistory> cCEXOrderhistory)
-
Uses of UserTrade in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return UserTrade Modifier and Type Method Description static UserTrade
CexIOAdapters. adaptArchivedOrder(CexIOArchivedOrder cexIOArchivedOrder)
-
Uses of UserTrade in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return UserTrade Modifier and Type Method Description static UserTrade
CoinbaseAdapters. adaptTrade(CoinbaseTransfer transfer)
-
Uses of UserTrade in org.knowm.xchange.coinjar
Methods in org.knowm.xchange.coinjar that return UserTrade Modifier and Type Method Description static UserTrade
CoinjarAdapters. adaptFillToUserTrade(CoinjarFill coinjarFill)
static UserTrade
CoinjarAdapters. adaptOrderToUserTrade(CoinjarOrder order)
-
Uses of UserTrade in org.knowm.xchange.cryptofacilities
Methods in org.knowm.xchange.cryptofacilities that return UserTrade Modifier and Type Method Description static UserTrade
CryptoFacilitiesAdapters. adaptFill(CryptoFacilitiesFill fill)
-
Uses of UserTrade in org.knowm.xchange.dto.trade
Methods in org.knowm.xchange.dto.trade that return UserTrade Modifier and Type Method Description UserTrade
UserTrade.Builder. build()
Methods in org.knowm.xchange.dto.trade that return types with arguments of type UserTrade Modifier and Type Method Description List<UserTrade>
UserTrades. getUserTrades()
Methods in org.knowm.xchange.dto.trade with parameters of type UserTrade Modifier and Type Method Description static UserTrade.Builder
UserTrade.Builder. from(UserTrade trade)
Constructor parameters in org.knowm.xchange.dto.trade with type arguments of type UserTrade Constructor Description UserTrades(List<UserTrade> trades, long lastID, Trades.TradeSortType tradeSortType)
UserTrades(List<UserTrade> trades, long lastID, Trades.TradeSortType tradeSortType, String nextPageCursor)
UserTrades(List<UserTrade> trades, Trades.TradeSortType tradeSortType)
-
Uses of UserTrade in org.knowm.xchange.exmo.dto.trade
Methods in org.knowm.xchange.exmo.dto.trade that return types with arguments of type UserTrade Modifier and Type Method Description List<UserTrade>
ExmoUserTrades. getUserTrades()
Constructor parameters in org.knowm.xchange.exmo.dto.trade with type arguments of type UserTrade Constructor Description ExmoUserTrades(BigDecimal originalAmount, List<UserTrade> userTrades)
-
Uses of UserTrade in org.knowm.xchange.exmo.service
Methods in org.knowm.xchange.exmo.service that return UserTrade Modifier and Type Method Description static UserTrade
ExmoAdapters. adaptTrade(Map<String,String> tradeDatum, CurrencyPair currencyPair)
Methods in org.knowm.xchange.exmo.service that return types with arguments of type UserTrade Modifier and Type Method Description List<UserTrade>
ExmoTradeServiceRaw. trades(Integer limit, Long offset, Collection<CurrencyPair> currencyPairs)
-
Uses of UserTrade in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return UserTrade Modifier and Type Method Description static UserTrade
GateioAdapters. adaptUserTrade(GateioTrade gateioTrade)
-
Uses of UserTrade in org.knowm.xchange.hitbtc.v2.dto
Subclasses of UserTrade in org.knowm.xchange.hitbtc.v2.dto Modifier and Type Class Description class
HitbtcUserTrade
-
Uses of UserTrade in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi that return types with arguments of type UserTrade Modifier and Type Method Description static List<UserTrade>
HuobiAdapters. adaptUserTradeList(HuobiOrder[] tradeHistory)
-
Uses of UserTrade in org.knowm.xchange.kraken.dto.trade
Subclasses of UserTrade in org.knowm.xchange.kraken.dto.trade Modifier and Type Class Description class
KrakenUserTrade
-
Uses of UserTrade in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return UserTrade Modifier and Type Method Description static UserTrade
KucoinAdapters. adaptHistOrder(HistOrdersResponse histOrder)
static UserTrade
KucoinAdapters. adaptUserTrade(TradeResponse trade)
-
Uses of UserTrade in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return UserTrade Modifier and Type Method Description static UserTrade
LatokenAdapters. adaptUserTrade(LatokenUserTrade latokenUserTrade, CurrencyPair pair)
-
Uses of UserTrade in org.knowm.xchange.livecoin
Methods in org.knowm.xchange.livecoin that return UserTrade Modifier and Type Method Description static UserTrade
LivecoinAdapters. adaptUserTrade(Map map)
-
Uses of UserTrade in org.knowm.xchange.livecoin.service
Methods in org.knowm.xchange.livecoin.service that return types with arguments of type UserTrade Modifier and Type Method Description List<UserTrade>
LivecoinTradeServiceRaw. tradeHistory(Date startTime, Date endTime, Integer limit, Long offset)
-
Uses of UserTrade in org.knowm.xchange.lykke
Methods in org.knowm.xchange.lykke that return types with arguments of type UserTrade Modifier and Type Method Description static List<UserTrade>
LykkeAdapter. adaptUserTrades(List<Instrument> currencyPairList, List<LykkeOrder> tradeHistoryList)
Adapter for LykkeTradeHistory*** -
Uses of UserTrade in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return UserTrade Modifier and Type Method Description static UserTrade
PoloniexAdapters. adaptPoloniexUserTrade(PoloniexUserTrade userTrade, CurrencyPair currencyPair)
-
Uses of UserTrade in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine that return types with arguments of type UserTrade Modifier and Type Method Description static List<UserTrade>
QuoineAdapters. adapt(List<QuoineExecution> executions, CurrencyPair currencyPair)
-
Uses of UserTrade in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple that return UserTrade Modifier and Type Method Description static UserTrade
RippleAdapters. adaptTrade(IRippleTradeTransaction trade, TradeHistoryParams params, ITransferFeeSource transferFeeSource, int scale)
-
Uses of UserTrade in org.knowm.xchange.ripple.dto.trade
Subclasses of UserTrade in org.knowm.xchange.ripple.dto.trade Modifier and Type Class Description class
RippleUserTrade
-
Uses of UserTrade in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return UserTrade Modifier and Type Method Description static UserTrade
TheRockAdapters. adaptUserTrade(TheRockUserTrade trade, CurrencyPair currencyPair)
-
Uses of UserTrade in org.knowm.xchange.yobit
Methods in org.knowm.xchange.yobit that return UserTrade Modifier and Type Method Description static UserTrade
YoBitAdapters. adaptUserTrade(Object key, Map tradeData)