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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getBuy()
BigDecimal
getBuyMaker()
BigDecimal
getSell()
BigDecimal
getSellMaker()
-
-
-
Constructor Detail
-
FeeDetails
public FeeDetails(BigDecimal sell, BigDecimal sellMaker, BigDecimal buy, BigDecimal buyMaker)
-
-
Method Detail
-
getSell
public BigDecimal getSell()
-
getSellMaker
public BigDecimal getSellMaker()
-
getBuy
public BigDecimal getBuy()
-
getBuyMaker
public BigDecimal getBuyMaker()
-
-