Class BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow
-
- Enclosing class:
- BitfinexTradingFeeResponse
public static class BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexTradingFeeResponseRow(String pairs, BigDecimal makerFees, BigDecimal takerFees)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()BigDecimalgetMakerFee()BigDecimalgetTakerFee()
-
-
-
Constructor Detail
-
BitfinexTradingFeeResponseRow
public BitfinexTradingFeeResponseRow(String pairs, BigDecimal makerFees, BigDecimal takerFees)
-
-
Method Detail
-
getCurrency
public String getCurrency()
-
getMakerFee
public BigDecimal getMakerFee()
-
getTakerFee
public BigDecimal getTakerFee()
-
-