Uses of Class
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse
-
Packages that use BitfinexTradingFeeResponse Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v1 -
-
Uses of BitfinexTradingFeeResponse in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexTradingFeeResponse Modifier and Type Method Description BitfinexTradingFeeResponse[]BitfinexAccountServiceRaw. getBitfinexDynamicTradingFees()Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexTradingFeeResponse 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. -
Uses of BitfinexTradingFeeResponse in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return BitfinexTradingFeeResponse Modifier and Type Method Description BitfinexTradingFeeResponse[]BitfinexAuthenticated. tradingFees(String apiKey, si.mazi.rescu.ParamsDigest payload, si.mazi.rescu.ParamsDigest signature, BitfinexTradingFeesRequest tradingFeeRequest)
-