Class CexIOFeeInfo.FeeDetails
java.lang.Object
org.knowm.xchange.cexio.dto.account.CexIOFeeInfo.FeeDetails
- Enclosing class:
- CexIOFeeInfo
public static class CexIOFeeInfo.FeeDetails extends Object
-
Constructor Summary
Constructors Constructor Description FeeDetails(BigDecimal sell, BigDecimal sellMaker, BigDecimal buy, BigDecimal buyMaker)
-
Method Summary
Modifier and Type Method Description BigDecimal
getBuy()
BigDecimal
getBuyMaker()
BigDecimal
getSell()
BigDecimal
getSellMaker()
-
Constructor Details
-
FeeDetails
-
-
Method Details
-
getSell
-
getSellMaker
-
getBuy
-
getBuyMaker
-