Class CoinbaseProFee
- java.lang.Object
-
- org.knowm.xchange.coinbasepro.dto.account.CoinbaseProFee
-
public class CoinbaseProFee extends Object
-
-
Constructor Summary
Constructors Constructor Description CoinbaseProFee(BigDecimal makerRate, BigDecimal takerRate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getMakerRate()
BigDecimal
getTakerRate()
-
-
-
Constructor Detail
-
CoinbaseProFee
public CoinbaseProFee(BigDecimal makerRate, BigDecimal takerRate)
-
-
Method Detail
-
getMakerRate
public BigDecimal getMakerRate()
-
getTakerRate
public BigDecimal getTakerRate()
-
-