Class BitcoinAccount
java.lang.Object
org.knowm.xchange.quoine.dto.account.BitcoinAccount
public final class BitcoinAccount extends Object
- Author:
- timmolter
-
Constructor Summary
Constructors Constructor Description BitcoinAccount(Integer id, BigDecimal balance, String address, String currency, String currencySymbol, String pusherChannel, BigDecimal btcMinimumWithdraw, BigDecimal lowestOfferInterestRate, BigDecimal highestOfferInterestRate, BigDecimal freeBalance)
Constructor -
Method Summary
Modifier and Type Method Description String
getAddress()
BigDecimal
getBalance()
BigDecimal
getBtcMinimumWithdraw()
String
getCurrency()
String
getCurrencySymbol()
BigDecimal
getFreeBalance()
BigDecimal
getHighestOfferInterestRate()
Integer
getId()
BigDecimal
getLowestOfferInterestRate()
String
getPusherChannel()
String
toString()
-
Constructor Details
-
BitcoinAccount
public BitcoinAccount(Integer id, BigDecimal balance, String address, String currency, String currencySymbol, String pusherChannel, BigDecimal btcMinimumWithdraw, BigDecimal lowestOfferInterestRate, BigDecimal highestOfferInterestRate, BigDecimal freeBalance)Constructor- Parameters:
id
-balance
-address
-currency
-currencySymbol
-pusherChannel
-btcMinimumWithdraw
-lowestOfferInterestRate
-highestOfferInterestRate
-freeBalance
-
-
-
Method Details