Class LatokenCurrency
java.lang.Object
org.knowm.xchange.latoken.dto.exchangeinfo.LatokenCurrency
Response schema:
{
"currencyId": 102,
"symbol": "LA",
"name": "Latoken",
"precission": 8,
"type": "ERC20",
"fee": 0.1
}
- Author:
- Ezer
-
Constructor Summary
ConstructorsConstructorDescriptionLatokenCurrency(long currencyId, String symbol, String name, int precision, String type, BigDecimal fee) C'tor -
Method Summary
-
Constructor Details
-
LatokenCurrency
public LatokenCurrency(long currencyId, String symbol, String name, int precision, String type, BigDecimal fee) C'tor- Parameters:
currencyId-symbol-name-precision-type-fee-
-
-
Method Details
-
getCurrencyId
public long getCurrencyId()ID of currency- Returns:
-
getSymbol
Symbol of currency- Returns:
-
getName
Name of currency- Returns:
-
getPrecision
public int getPrecision()Precision of currency- Returns:
-
getType
Type of currency (e.g. "ERC20")- Returns:
-
getFee
Transaction fee for currency- Returns:
-
toString
-