Package org.knowm.xchange.dto.meta
Class CurrencyMetaData
java.lang.Object
org.knowm.xchange.dto.meta.CurrencyMetaData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IdexExchange.Companion.IdexCurrencyMeta
public class CurrencyMetaData extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CurrencyMetaData(Integer scale, BigDecimal withdrawalFee)
ConstructorCurrencyMetaData(Integer scale, BigDecimal withdrawalFee, BigDecimal minWithdrawalAmount)
ConstructorCurrencyMetaData(Integer scale, BigDecimal withdrawalFee, BigDecimal minWithdrawalAmount, WalletHealth walletHealth)
Constructor -
Method Summary
Modifier and Type Method Description BigDecimal
getMinWithdrawalAmount()
Integer
getScale()
WalletHealth
getWalletHealth()
BigDecimal
getWithdrawalFee()
String
toString()
-
Constructor Details
-
CurrencyMetaData
Constructor- Parameters:
scale
-withdrawalFee
-
-
CurrencyMetaData
Constructor- Parameters:
scale
-withdrawalFee
-minWithdrawalAmount
-
-
CurrencyMetaData
public CurrencyMetaData(Integer scale, BigDecimal withdrawalFee, BigDecimal minWithdrawalAmount, WalletHealth walletHealth)Constructor- Parameters:
scale
-
-
-
Method Details