Class CexIOFeeInfo
java.lang.Object
org.knowm.xchange.cexio.dto.CexIOApiResponse<Map<CurrencyPair,CexIOFeeInfo.FeeDetails>>
org.knowm.xchange.cexio.dto.account.CexIOFeeInfo
public class CexIOFeeInfo extends CexIOApiResponse<Map<CurrencyPair,CexIOFeeInfo.FeeDetails>>
- Author:
- ujjwal on 14/02/18.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CexIOFeeInfo.CurrencyPairKeyDeserializer
static class
CexIOFeeInfo.FeeDetails
-
Constructor Summary
Constructors Constructor Description CexIOFeeInfo(String e, Map<CurrencyPair,CexIOFeeInfo.FeeDetails> data, String ok, String error)
-
Method Summary
Methods inherited from class org.knowm.xchange.cexio.dto.CexIOApiResponse
getData, getE, getError, getOk
-
Constructor Details
-
CexIOFeeInfo
public CexIOFeeInfo(String e, Map<CurrencyPair,CexIOFeeInfo.FeeDetails> data, String ok, String error)
-