Package | Description |
---|---|
com.xeiam.xchange.ripple | |
com.xeiam.xchange.ripple.service.polling |
Modifier and Type | Method and Description |
---|---|
RippleOrderDetails |
RipplePublic.orderDetails(String address,
String hash)
Returns the account information for this address.
|
Modifier and Type | Method and Description |
---|---|
static UserTrade |
RippleAdapters.adaptTrade(RippleOrderDetails info,
TradeHistoryParams params,
ITransferFeeSource transferFeeSource,
int scale) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
RippleAdapters.adaptTrades(Collection<RippleOrderDetails> tradesForAccount,
TradeHistoryParams params,
RippleAccountService accountService,
int roundingScale) |
Modifier and Type | Method and Description |
---|---|
RippleOrderDetails |
RippleTradeServiceRaw.getOrderDetails(String account,
String hash)
Retrieve order details from local store if they have been previously stored otherwise query external server.
|
Modifier and Type | Method and Description |
---|---|
List<RippleOrderDetails> |
RippleTradeServiceRaw.getTradesForAccount(TradeHistoryParams params,
String account) |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.