Uses of Interface
org.knowm.xchange.ripple.dto.account.ITransferFeeSource
Packages that use ITransferFeeSource
-
Uses of ITransferFeeSource in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple with parameters of type ITransferFeeSourceModifier and TypeMethodDescriptionstatic UserTrade
RippleAdapters.adaptTrade
(IRippleTradeTransaction trade, TradeHistoryParams params, ITransferFeeSource transferFeeSource, int scale) -
Uses of ITransferFeeSource in org.knowm.xchange.ripple.service
Classes in org.knowm.xchange.ripple.service that implement ITransferFeeSourceMethods in org.knowm.xchange.ripple.service with parameters of type ITransferFeeSourceModifier and TypeMethodDescriptionstatic BigDecimal
RippleTradeServiceRaw.getExpectedTransferFee
(ITransferFeeSource transferFeeSource, String counterparty, String currency, BigDecimal quantity, Order.OrderType type) The expected counterparty transfer fee for an order that results in a transfer of the supplied amount of currency.