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 org.knowm.xchange.dto.trade.UserTradeRippleAdapters. adaptTrade(IRippleTradeTransaction trade, org.knowm.xchange.service.trade.params.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 org.knowm.xchange.dto.trade.UserTradesRippleAdapters. adaptTrades(Collection<IRippleTradeTransaction> tradesForAccount, org.knowm.xchange.service.trade.params.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 classRippleOrderTransactionclassRipplePaymentTransaction -
Uses of IRippleTradeTransaction in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service that return IRippleTradeTransaction Modifier and Type Method Description IRippleTradeTransactionRippleTradeServiceRaw. 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(org.knowm.xchange.service.trade.params.TradeHistoryParams params, String account)
-