Class GeminiBalancesResponse
java.lang.Object
org.knowm.xchange.gemini.v1.dto.account.GeminiBalancesResponse
public class GeminiBalancesResponse extends Object
-
Constructor Summary
Constructors Constructor Description GeminiBalancesResponse(String type, String currency, BigDecimal amount, BigDecimal available)
Constructor -
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
BigDecimal
getAvailable()
String
getCurrency()
String
getType()
String
toString()
-
Constructor Details
-
GeminiBalancesResponse
public GeminiBalancesResponse(String type, String currency, BigDecimal amount, BigDecimal available)Constructor- Parameters:
type
-currency
-amount
-available
-
-
-
Method Details