| Package | Description |
|---|---|
| org.knowm.xchange.ripple | |
| org.knowm.xchange.ripple.dto.account | |
| org.knowm.xchange.ripple.service |
| Modifier and Type | Method and Description |
|---|---|
RippleAccountBalances |
RipplePublic.getAccountBalances(String address)
Returns the account balances for this address.
|
RippleAccountSettings |
RipplePublic.getAccountSettings(String address)
Returns the account settings for this address.
|
RippleOrderBook |
RipplePublic.getOrderBook(String address,
String base,
String counter,
String limit)
Returns the order book for this address and base/counter pair.
|
RippleNotifications |
RipplePublic.notifications(String address,
Boolean excludeFailed,
Boolean earliestFirst,
Integer resultsPerPage,
Integer page,
Long startLedger,
Long endLedger)
Returns notifications for this address.
|
RippleAccountOrders |
RipplePublic.openAccountOrders(String address)
Returns the account information for this address.
|
RippleOrderCancelResponse |
RippleAuthenticated.orderCancel(String address,
long orderId,
boolean validated,
RippleOrderCancelRequest request)
Cancel an order
|
RippleOrderEntryResponse |
RippleAuthenticated.orderEntry(String address,
boolean validated,
RippleOrderEntryRequest request)
Places an order
|
RippleOrderTransaction |
RipplePublic.orderTransaction(String address,
String hash)
Returns detailed information about this order transaction.
|
RipplePaymentTransaction |
RipplePublic.paymentTransaction(String address,
String hash)
Returns detailed information about this payment transaction.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
ITransferFeeSource.getTransferFeeRate(String address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RippleTradeServiceRaw.cancelOrder(String orderId,
boolean validate) |
RippleNotifications |
RippleTradeServiceRaw.getNotifications(String account,
Boolean excludeFailed,
Boolean earliestFirst,
Integer resultsPerPage,
Integer page,
Long startLedger,
Long endLedger) |
RippleAccountOrders |
RippleTradeServiceRaw.getOpenAccountOrders() |
RippleAccountSettings |
RippleAccountServiceRaw.getRippleAccountSettings(String address) |
IRippleTradeTransaction |
RippleTradeServiceRaw.getTrade(String account,
RippleNotifications.RippleNotification notification)
Retrieve order details from local store if they have been previously stored otherwise query
external server.
|
List<IRippleTradeTransaction> |
RippleTradeServiceRaw.getTradesForAccount(TradeHistoryParams params,
String account) |
BigDecimal |
RippleAccountServiceRaw.getTransferFeeRate(String address) |
String |
RippleTradeServiceRaw.placeOrder(RippleLimitOrder order,
boolean validate) |
Copyright © 2012–2019 Knowm Inc.. All rights reserved.