Class BitfinexAccountInfosResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexAccountInfosResponse
-
public class BitfinexAccountInfosResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexAccountInfosResponse(BigDecimal makerFees, BigDecimal takerFees, BitfinexFee[] fees)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitfinexFee[]getFees()BigDecimalgetMakerFees()BigDecimalgetTakerFees()StringtoString()
-
-
-
Constructor Detail
-
BitfinexAccountInfosResponse
public BitfinexAccountInfosResponse(BigDecimal makerFees, BigDecimal takerFees, BitfinexFee[] fees)
-
-
Method Detail
-
getMakerFees
public BigDecimal getMakerFees()
-
getTakerFees
public BigDecimal getTakerFees()
-
getFees
public BitfinexFee[] getFees()
-
-