Uses of Class
org.knowm.xchange.ripple.dto.RippleAmount
Packages that use RippleAmount
-
Uses of RippleAmount in org.knowm.xchange.ripple.dto.marketdata
Methods in org.knowm.xchange.ripple.dto.marketdata that return RippleAmountModifier and TypeMethodDescriptionRippleOrder.getPrice()
RippleOrder.getTakerGetsFunded()
RippleOrder.getTakerGetsTotal()
RippleOrder.getTakerPaysFunded()
RippleOrder.getTakerPaysTotal()
Methods in org.knowm.xchange.ripple.dto.marketdata with parameters of type RippleAmountModifier and TypeMethodDescriptionvoid
RippleOrder.setPrice
(RippleAmount value) void
RippleOrder.setTakerGetsFunded
(RippleAmount value) void
RippleOrder.setTakerGetsTotal
(RippleAmount value) void
RippleOrder.setTakerPaysFunded
(RippleAmount value) void
RippleOrder.setTakerPaysTotal
(RippleAmount value) -
Uses of RippleAmount in org.knowm.xchange.ripple.dto.trade
Fields in org.knowm.xchange.ripple.dto.trade with type parameters of type RippleAmountMethods in org.knowm.xchange.ripple.dto.trade that return RippleAmountModifier and TypeMethodDescriptionRipplePaymentTransaction.Payment.getDestinationAmount()
RipplePaymentTransaction.Payment.getSourceAmount()
RippleOrderEntryRequestBody.getTakerGets()
RipplePaymentTransaction.OrderChange.getTakerGets()
RippleOrderEntryRequestBody.getTakerPays()
RipplePaymentTransaction.OrderChange.getTakerPays()
Methods in org.knowm.xchange.ripple.dto.trade that return types with arguments of type RippleAmountModifier and TypeMethodDescriptionIRippleTradeTransaction.getBalanceChanges()
RippleOrderTransaction.getBalanceChanges()
RipplePaymentTransaction.getBalanceChanges()
RipplePaymentTransaction.Payment.getBalanceChanges()
RipplePaymentTransaction.Payment.getDestinationBalanceChanges()
RipplePaymentTransaction.Payment.getSourceBalanceChanges()
Methods in org.knowm.xchange.ripple.dto.trade with parameters of type RippleAmountModifier and TypeMethodDescriptionvoid
RipplePaymentTransaction.Payment.setDestinationAmount
(RippleAmount value) void
RipplePaymentTransaction.Payment.setSourceAmount
(RippleAmount value) void
RipplePaymentTransaction.OrderChange.setTakerGets
(RippleAmount value) void
RippleOrderEntryRequestBody.setTakerGetsTotal
(RippleAmount value) void
RippleOrderEntryRequestBody.setTakerPays
(RippleAmount value) void
RipplePaymentTransaction.OrderChange.setTakerPays
(RippleAmount value) Method parameters in org.knowm.xchange.ripple.dto.trade with type arguments of type RippleAmountModifier and TypeMethodDescriptionvoid
RippleOrderTransaction.setBalanceChanges
(List<RippleAmount> value) void
RipplePaymentTransaction.Payment.setBalanceChanges
(List<RippleAmount> value) void
RipplePaymentTransaction.Payment.setDestinationBalanceChanges
(List<RippleAmount> value) void
RipplePaymentTransaction.Payment.setSourceBalanceChanges
(List<RippleAmount> value)