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()
BigDecimal
getMakerFees()
BigDecimal
getTakerFees()
String
toString()
-
Constructor Details
-
BitfinexAccountInfosResponse
public BitfinexAccountInfosResponse(BigDecimal makerFees, BigDecimal takerFees, BitfinexFee[] fees)
-
-
Method Details