Uses of Class
org.knowm.xchange.cexio.dto.account.CexIOFeeInfo.FeeDetails
Package | Description |
---|---|
org.knowm.xchange.cexio | |
org.knowm.xchange.cexio.dto.account | |
org.knowm.xchange.cexio.service |
-
Uses of CexIOFeeInfo.FeeDetails in org.knowm.xchange.cexio
Method parameters in org.knowm.xchange.cexio with type arguments of type CexIOFeeInfo.FeeDetails Modifier and Type Method Description static Map<Instrument,Fee>
CexIOAdapters. adaptDynamicTradingFees(Map<CurrencyPair,CexIOFeeInfo.FeeDetails> fees)
-
Uses of CexIOFeeInfo.FeeDetails in org.knowm.xchange.cexio.dto.account
Constructor parameters in org.knowm.xchange.cexio.dto.account with type arguments of type CexIOFeeInfo.FeeDetails Constructor Description CexIOFeeInfo(String e, Map<CurrencyPair,CexIOFeeInfo.FeeDetails> data, String ok, String error)
-
Uses of CexIOFeeInfo.FeeDetails in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service that return types with arguments of type CexIOFeeInfo.FeeDetails Modifier and Type Method Description Map<CurrencyPair,CexIOFeeInfo.FeeDetails>
CexIOAccountServiceRaw. getMyFee()