Uses of Class
org.knowm.xchange.ripple.dto.RippleException
-
Packages that use RippleException Package Description org.knowm.xchange.ripple org.knowm.xchange.ripple.dto.account org.knowm.xchange.ripple.service -
-
Uses of RippleException in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple that throw RippleException Modifier and Type Method Description RippleAccountBalancesRipplePublic. getAccountBalances(String address)Returns the account balances for this address.RippleAccountSettingsRipplePublic. getAccountSettings(String address)Returns the account settings for this address.RippleOrderBookRipplePublic. getOrderBook(String address, String base, String counter, String limit)Returns the order book for this address and base/counter pair.RippleNotificationsRipplePublic. notifications(String address, Boolean excludeFailed, Boolean earliestFirst, Integer resultsPerPage, Integer page, Long startLedger, Long endLedger)Returns notifications for this address.RippleAccountOrdersRipplePublic. openAccountOrders(String address)Returns the account information for this address.RippleOrderCancelResponseRippleAuthenticated. orderCancel(String address, long orderId, boolean validated, RippleOrderCancelRequest request)Cancel an orderRippleOrderEntryResponseRippleAuthenticated. orderEntry(String address, boolean validated, RippleOrderEntryRequest request)Places an orderRippleOrderTransactionRipplePublic. orderTransaction(String address, String hash)Returns detailed information about this order transaction.RipplePaymentTransactionRipplePublic. paymentTransaction(String address, String hash)Returns detailed information about this payment transaction. -
Uses of RippleException in org.knowm.xchange.ripple.dto.account
Methods in org.knowm.xchange.ripple.dto.account that throw RippleException Modifier and Type Method Description BigDecimalITransferFeeSource. getTransferFeeRate(String address) -
Uses of RippleException in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service that throw RippleException Modifier and Type Method Description booleanRippleTradeServiceRaw. cancelOrder(String orderId, boolean validate)RippleNotificationsRippleTradeServiceRaw. getNotifications(String account, Boolean excludeFailed, Boolean earliestFirst, Integer resultsPerPage, Integer page, Long startLedger, Long endLedger)RippleAccountOrdersRippleTradeServiceRaw. getOpenAccountOrders()RippleAccountSettingsRippleAccountServiceRaw. getRippleAccountSettings(String address)IRippleTradeTransactionRippleTradeServiceRaw. 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(org.knowm.xchange.service.trade.params.TradeHistoryParams params, String account)BigDecimalRippleAccountServiceRaw. getTransferFeeRate(String address)StringRippleTradeServiceRaw. placeOrder(RippleLimitOrder order, boolean validate)
-