Uses of Class
org.knowm.xchange.ripple.dto.RippleAmount
-
Packages that use RippleAmount Package Description org.knowm.xchange.ripple.dto.marketdata org.knowm.xchange.ripple.dto.trade -
-
Uses of RippleAmount in org.knowm.xchange.ripple.dto.marketdata
Methods in org.knowm.xchange.ripple.dto.marketdata that return RippleAmount Modifier and Type Method Description RippleAmountRippleOrder. getPrice()RippleAmountRippleOrder. getTakerGetsFunded()RippleAmountRippleOrder. getTakerGetsTotal()RippleAmountRippleOrder. getTakerPaysFunded()RippleAmountRippleOrder. getTakerPaysTotal()Methods in org.knowm.xchange.ripple.dto.marketdata with parameters of type RippleAmount Modifier and Type Method Description voidRippleOrder. setPrice(RippleAmount value)voidRippleOrder. setTakerGetsFunded(RippleAmount value)voidRippleOrder. setTakerGetsTotal(RippleAmount value)voidRippleOrder. setTakerPaysFunded(RippleAmount value)voidRippleOrder. 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 RippleAmount Modifier and Type Field Description List<RippleAmount>RippleOrderTransaction. balanceChangesMethods in org.knowm.xchange.ripple.dto.trade that return RippleAmount Modifier and Type Method Description RippleAmountRipplePaymentTransaction.Payment. getDestinationAmount()RippleAmountRipplePaymentTransaction.Payment. getSourceAmount()RippleAmountRippleOrderEntryRequestBody. getTakerGets()RippleAmountRipplePaymentTransaction.OrderChange. getTakerGets()RippleAmountRippleOrderEntryRequestBody. getTakerPays()RippleAmountRipplePaymentTransaction.OrderChange. getTakerPays()Methods in org.knowm.xchange.ripple.dto.trade that return types with arguments of type RippleAmount Modifier and Type Method Description List<RippleAmount>IRippleTradeTransaction. getBalanceChanges()List<RippleAmount>RippleOrderTransaction. getBalanceChanges()List<RippleAmount>RipplePaymentTransaction. getBalanceChanges()List<RippleAmount>RipplePaymentTransaction.Payment. getBalanceChanges()List<RippleAmount>RipplePaymentTransaction.Payment. getDestinationBalanceChanges()List<RippleAmount>RipplePaymentTransaction.Payment. getSourceBalanceChanges()Methods in org.knowm.xchange.ripple.dto.trade with parameters of type RippleAmount Modifier and Type Method Description voidRipplePaymentTransaction.Payment. setDestinationAmount(RippleAmount value)voidRipplePaymentTransaction.Payment. setSourceAmount(RippleAmount value)voidRipplePaymentTransaction.OrderChange. setTakerGets(RippleAmount value)voidRippleOrderEntryRequestBody. setTakerGetsTotal(RippleAmount value)voidRippleOrderEntryRequestBody. setTakerPays(RippleAmount value)voidRipplePaymentTransaction.OrderChange. setTakerPays(RippleAmount value)Method parameters in org.knowm.xchange.ripple.dto.trade with type arguments of type RippleAmount Modifier and Type Method Description voidRippleOrderTransaction. setBalanceChanges(List<RippleAmount> value)voidRipplePaymentTransaction.Payment. setBalanceChanges(List<RippleAmount> value)voidRipplePaymentTransaction.Payment. setDestinationBalanceChanges(List<RippleAmount> value)voidRipplePaymentTransaction.Payment. setSourceBalanceChanges(List<RippleAmount> value)
-