Class BitcoinAccount
java.lang.Object
org.knowm.xchange.quoine.dto.account.BitcoinAccount
- Author:
- timmolter
-
Constructor Summary
ConstructorsConstructorDescriptionBitcoinAccount(Integer id, BigDecimal balance, String address, String currency, String currencySymbol, String pusherChannel, BigDecimal btcMinimumWithdraw, BigDecimal lowestOfferInterestRate, BigDecimal highestOfferInterestRate, BigDecimal freeBalance) Constructor -
Method Summary
-
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