| Package | Description |
|---|---|
| org.knowm.xchange.ripple | |
| org.knowm.xchange.ripple.dto.trade | |
| org.knowm.xchange.ripple.service |
| Modifier and Type | Method and Description |
|---|---|
static UserTrade |
RippleAdapters.adaptTrade(IRippleTradeTransaction trade,
TradeHistoryParams params,
ITransferFeeSource transferFeeSource,
int scale) |
| Modifier and Type | Method and Description |
|---|---|
static UserTrades |
RippleAdapters.adaptTrades(Collection<IRippleTradeTransaction> tradesForAccount,
TradeHistoryParams params,
RippleAccountService accountService,
int roundingScale) |
| Modifier and Type | Class and Description |
|---|---|
class |
RippleOrderTransaction |
class |
RipplePaymentTransaction |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<IRippleTradeTransaction> |
RippleTradeServiceRaw.getTradesForAccount(TradeHistoryParams params,
String account) |
Copyright © 2012–2019 Knowm Inc.. All rights reserved.