Uses of Class
org.knowm.xchange.dto.account.Fee
Packages that use Fee
Package
Description
-
Uses of Fee in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type FeeModifier and TypeMethodDescriptionBinanceAccountService.getDynamicTradingFeesByInstrument()
BinanceUsAccountService.getDynamicTradingFeesByInstrument()
-
Uses of Fee in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type FeeModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> BitfinexAdapters.adaptDynamicTradingFees
(BitfinexTradingFeeResponse[] responses, List<Instrument> currencyPairs) Each element in the response array contains a set of currencies that are at a given fee tier.BitfinexAccountService.getDynamicTradingFeesByInstrument()
-
Uses of Fee in org.knowm.xchange.bitflyer
Methods in org.knowm.xchange.bitflyer that return FeeModifier and TypeMethodDescriptionstatic 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 -
Uses of Fee in org.knowm.xchange.bittrex
Method parameters in org.knowm.xchange.bittrex with type arguments of type FeeModifier and TypeMethodDescriptionstatic void
BittrexAdapters.adaptMetaData
(List<BittrexSymbol> rawSymbols, List<BittrexCurrency> bittrexCurrencies, Map<Instrument, Fee> dynamicTradingFees, ExchangeMetaData metaData) -
Uses of Fee in org.knowm.xchange.bittrex.service
Methods in org.knowm.xchange.bittrex.service that return types with arguments of type Fee -
Uses of Fee in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service that return types with arguments of type Fee -
Uses of Fee in org.knowm.xchange.btcmarkets.service
Methods in org.knowm.xchange.btcmarkets.service that return types with arguments of type Fee -
Uses of Fee in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return types with arguments of type FeeModifier and TypeMethodDescriptionstatic Map<Instrument,
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 -
Uses of Fee in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service that return types with arguments of type Fee -
Uses of Fee in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service that return types with arguments of type Fee -
Uses of Fee in org.knowm.xchange.dto.meta
Fields in org.knowm.xchange.dto.meta declared as FeeConstructors in org.knowm.xchange.dto.meta with parameters of type Fee -
Uses of Fee in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return types with arguments of type FeeModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> GeminiAdapters.AdaptDynamicTradingFees
(GeminiTrailingVolumeResponse volumeResponse, List<Instrument> 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 -
Uses of Fee in org.knowm.xchange.independentreserve
Methods in org.knowm.xchange.independentreserve that return FeeModifier and TypeMethodDescriptionstatic Fee
IndependentReserveAdapters.adaptBrokerageFee
(IndependentReserveBrokerageFee independentReserveBrokerageFee) -
Uses of Fee in org.knowm.xchange.independentreserve.service
Methods in org.knowm.xchange.independentreserve.service that return types with arguments of type FeeModifier and TypeMethodDescriptionIndependentReserveAccountService.getDynamicTradingFeesByInstrument()
-
Uses of Fee in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return types with arguments of type FeeModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> KrakenAdapters.adaptFees
(KrakenTradeVolume krakenTradeVolume) -
Uses of Fee in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service that return types with arguments of type Fee -
Uses of Fee in org.knowm.xchange.service.account
Methods in org.knowm.xchange.service.account that return types with arguments of type FeeModifier and TypeMethodDescriptiondefault 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.