Class CexIOFeeInfo
java.lang.Object
org.knowm.xchange.cexio.dto.CexIOApiResponse<Map<CurrencyPair,CexIOFeeInfo.FeeDetails>>
org.knowm.xchange.cexio.dto.account.CexIOFeeInfo
- Author:
- ujjwal on 14/02/18.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorDescriptionCexIOFeeInfo
(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)
-