Uses of Interface
org.knowm.xchange.ripple.dto.trade.IRippleTradeTransaction
-
Packages that use IRippleTradeTransaction Package Description org.knowm.xchange.ripple org.knowm.xchange.ripple.dto.trade org.knowm.xchange.ripple.service -
-
Uses of IRippleTradeTransaction in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple with parameters of type IRippleTradeTransaction Modifier and Type Method Description static UserTrade
RippleAdapters. adaptTrade(IRippleTradeTransaction trade, TradeHistoryParams params, ITransferFeeSource transferFeeSource, int scale)
Method parameters in org.knowm.xchange.ripple with type arguments of type IRippleTradeTransaction Modifier and Type Method Description static UserTrades
RippleAdapters. adaptTrades(Collection<IRippleTradeTransaction> tradesForAccount, TradeHistoryParams params, RippleAccountService accountService, int roundingScale)
-
Uses of IRippleTradeTransaction in org.knowm.xchange.ripple.dto.trade
Classes in org.knowm.xchange.ripple.dto.trade that implement IRippleTradeTransaction Modifier and Type Class Description class
RippleOrderTransaction
class
RipplePaymentTransaction
-
Uses of IRippleTradeTransaction in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service that return IRippleTradeTransaction Modifier and Type Method Description IRippleTradeTransaction
RippleTradeServiceRaw. getTrade(String account, RippleNotifications.RippleNotification notification)
Retrieve order details from local store if they have been previously stored otherwise query external server.Methods in org.knowm.xchange.ripple.service that return types with arguments of type IRippleTradeTransaction Modifier and Type Method Description List<IRippleTradeTransaction>
RippleTradeServiceRaw. getTradesForAccount(TradeHistoryParams params, String account)
-