Class FiatAccount
java.lang.Object
org.knowm.xchange.quoine.dto.account.FiatAccount
- Author:
- timmolter
-
Constructor Summary
ConstructorsConstructorDescriptionFiatAccount(Integer id, String currency, String currencySymbol, BigDecimal balance, String sendToBtcAddress, String pusherChannel, BigDecimal lowestOfferInterestRate, BigDecimal highestOfferInterestRate) Constructor -
Method Summary
-
Constructor Details
-
FiatAccount
public FiatAccount(Integer id, String currency, String currencySymbol, BigDecimal balance, String sendToBtcAddress, String pusherChannel, BigDecimal lowestOfferInterestRate, BigDecimal highestOfferInterestRate) Constructor- Parameters:
id-currency-currencySymbol-balance-sendToBtcAddress-pusherChannel-lowestOfferInterestRate-highestOfferInterestRate-
-
-
Method Details