Uses of Class
org.knowm.xchange.kucoin.dto.response.TradeFeeResponse
Packages that use TradeFeeResponse
-
Uses of TradeFeeResponse in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return TradeFeeResponseMethods in org.knowm.xchange.kucoin that return types with arguments of type TradeFeeResponseMethods in org.knowm.xchange.kucoin with parameters of type TradeFeeResponseModifier and TypeMethodDescriptionstatic ExchangeMetaData
KucoinAdapters.adaptMetadata
(ExchangeMetaData exchangeMetaData, List<CurrenciesResponse> currenciesResponse, List<SymbolResponse> symbolsResponse, TradeFeeResponse tradeFee) Imperfect implementation. -
Uses of TradeFeeResponse in org.knowm.xchange.kucoin.service
Methods in org.knowm.xchange.kucoin.service that return types with arguments of type TradeFeeResponseModifier and TypeMethodDescriptionTradingFeeAPI.getBaseFee
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase) Get basic fee rate of users.TradingFeeAPI.getTradeFee
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String symbols)