Class FiatAccount
java.lang.Object
org.knowm.xchange.quoine.dto.account.FiatAccount
public final class FiatAccount extends Object
- Author:
- timmolter
-
Constructor Summary
Constructors Constructor Description FiatAccount(Integer id, String currency, String currencySymbol, BigDecimal balance, String sendToBtcAddress, String pusherChannel, BigDecimal lowestOfferInterestRate, BigDecimal highestOfferInterestRate)
Constructor -
Method Summary
Modifier and Type Method Description BigDecimal
getBalance()
String
getCurrency()
String
getCurrencySymbol()
BigDecimal
getHighestOfferInterestRate()
Integer
getId()
BigDecimal
getLowestOfferInterestRate()
String
getPusherChannel()
String
getSendToBtcAddress()
String
toString()
-
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