public class BitfinexBalancesResponse extends Object
| Constructor and Description |
|---|
BitfinexBalancesResponse(String type,
String currency,
BigDecimal amount,
BigDecimal available)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
BigDecimal |
getAvailable() |
String |
getCurrency() |
String |
getType() |
String |
toString() |
public BitfinexBalancesResponse(String type, String currency, BigDecimal amount, BigDecimal available)
type - currency - amount - available - public BigDecimal getAmount()
public BigDecimal getAvailable()
public String getCurrency()
public String getType()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.