Class BitfinexTradingFeeResponse
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse
public class BitfinexTradingFeeResponse extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow
-
Constructor Summary
Constructors Constructor Description BitfinexTradingFeeResponse(BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow[] tradingFeeResponseRows)
Constructor -
Method Summary
Modifier and Type Method Description BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow[]
getTradingFees()
String
toString()
-
Constructor Details
-
BitfinexTradingFeeResponse
public BitfinexTradingFeeResponse(BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow[] tradingFeeResponseRows)Constructor- Parameters:
type
-currency
-amount
-available
-
-
-
Method Details