Uses of Class
org.knowm.xchange.dto.account.Fee
-
-
Uses of Fee in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type Fee Modifier and Type Method Description Map<CurrencyPair,Fee>
BinanceAccountService. getDynamicTradingFees()
-
Uses of Fee in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type Fee Modifier and Type Method Description static Map<CurrencyPair,Fee>
BitfinexAdapters. adaptDynamicTradingFees(BitfinexTradingFeeResponse[] responses, List<CurrencyPair> currencyPairs)
Each element in the response array contains a set of currencies that are at a given fee tier.Map<CurrencyPair,Fee>
BitfinexAccountService. getDynamicTradingFees()
-
Uses of Fee in org.knowm.xchange.bitflyer
Methods in org.knowm.xchange.bitflyer that return Fee Modifier and Type Method Description static Fee
BitflyerAdapters. adaptTradingCommission(BitflyerTradingCommission commission)
-
Uses of Fee in org.knowm.xchange.bitflyer.service
Methods in org.knowm.xchange.bitflyer.service that return types with arguments of type Fee Modifier and Type Method Description Map<CurrencyPair,Fee>
BitflyerAccountService. getDynamicTradingFees()
-
Uses of Fee in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return types with arguments of type Fee Modifier and Type Method Description static Map<CurrencyPair,Fee>
CexIOAdapters. adaptDynamicTradingFees(Map<CurrencyPair,CexIOFeeInfo.FeeDetails> fees)
-
Uses of Fee in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service that return types with arguments of type Fee Modifier and Type Method Description Map<CurrencyPair,Fee>
CexIOAccountService. getDynamicTradingFees()
-
Uses of Fee in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service that return types with arguments of type Fee Modifier and Type Method Description Map<CurrencyPair,Fee>
CoinbaseProAccountService. getDynamicTradingFees()
-
Uses of Fee in org.knowm.xchange.dto.meta
Fields in org.knowm.xchange.dto.meta declared as Fee Modifier and Type Field Description Fee
FeeTier. fee
Constructors in org.knowm.xchange.dto.meta with parameters of type Fee Constructor Description FeeTier(BigDecimal beginQuantity, Fee fee)
-
Uses of Fee in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return types with arguments of type Fee Modifier and Type Method Description static Map<CurrencyPair,Fee>
GeminiAdapters. AdaptDynamicTradingFees(GeminiTrailingVolumeResponse volumeResponse, List<CurrencyPair> currencyPairs)
-
Uses of Fee in org.knowm.xchange.gemini.v1.service
Methods in org.knowm.xchange.gemini.v1.service that return types with arguments of type Fee Modifier and Type Method Description Map<CurrencyPair,Fee>
GeminiAccountService. getDynamicTradingFees()
-
Uses of Fee in org.knowm.xchange.globitex.service
Methods in org.knowm.xchange.globitex.service that return types with arguments of type Fee Modifier and Type Method Description Map<CurrencyPair,Fee>
GlobitexAccountService. getDynamicTradingFees()
-
Uses of Fee in org.knowm.xchange.service.account
Methods in org.knowm.xchange.service.account that return types with arguments of type Fee Modifier and Type Method Description default Map<CurrencyPair,Fee>
AccountService. getDynamicTradingFees()
Get the trading fees per currency pair as determined by the given exchange's rules for adjusting fees by recent volume traded.default Map<Instrument,Fee>
AccountService. getDynamicTradingFeesByInstrument()
Get the trading fees per instrument as determined by the given exchange's rules for adjusting fees by recent volume traded.
-