Class BleutradeCurrency
java.lang.Object
org.knowm.xchange.bleutrade.dto.marketdata.BleutradeCurrency
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTxFee()
void
setAdditionalProperty
(String name, Object value) void
setCoinType
(String CoinType) void
setCurrency
(String Currency) void
setCurrencyLong
(String CurrencyLong) void
setIsActive
(Boolean IsActive) void
setMinConfirmation
(Integer MinConfirmation) void
setTxFee
(BigDecimal TxFee) toString()
-
Constructor Details
-
BleutradeCurrency
public BleutradeCurrency()
-
-
Method Details
-
getCurrency
- Returns:
- The Currency
-
setCurrency
- Parameters:
Currency
- The Currency
-
getCurrencyLong
- Returns:
- The CurrencyLong
-
setCurrencyLong
- Parameters:
CurrencyLong
- The CurrencyLong
-
getMinConfirmation
- Returns:
- The MinConfirmation
-
setMinConfirmation
- Parameters:
MinConfirmation
- The MinConfirmation
-
getTxFee
- Returns:
- The TxFee
-
setTxFee
- Parameters:
TxFee
- The TxFee
-
getIsActive
- Returns:
- The IsActive
-
setIsActive
- Parameters:
IsActive
- The IsActive
-
getCoinType
- Returns:
- The CoinType
-
setCoinType
- Parameters:
CoinType
- The CoinType
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-