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
Modifier and Type Method Description BitfinexFee[]getFees()BigDecimalgetMakerFees()BigDecimalgetTakerFees()StringtoString()
-
Constructor Details
-
BitfinexAccountInfosResponse
public BitfinexAccountInfosResponse(BigDecimal makerFees, BigDecimal takerFees, BitfinexFee[] fees)
-
-
Method Details