Class PoloniexCurrencyInfo
- java.lang.Object
-
- org.knowm.xchange.poloniex.dto.marketdata.PoloniexCurrencyInfo
-
public class PoloniexCurrencyInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PoloniexCurrencyInfo(int id, String name, BigDecimal txFee, int minConf, String depositAddress, boolean disabled, boolean frozen, boolean delisted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDepositAddress()intgetId()intgetMinConf()StringgetName()BigDecimalgetTxFee()booleanisDelisted()booleanisDisabled()booleanisFrozen()StringtoString()
-
-
-
Constructor Detail
-
PoloniexCurrencyInfo
public PoloniexCurrencyInfo(int id, String name, BigDecimal txFee, int minConf, String depositAddress, boolean disabled, boolean frozen, boolean delisted)
-
-
Method Detail
-
getDepositAddress
public String getDepositAddress()
-
getName
public String getName()
-
getId
public int getId()
-
getTxFee
public BigDecimal getTxFee()
-
getMinConf
public int getMinConf()
-
isDisabled
public boolean isDisabled()
-
isFrozen
public boolean isFrozen()
-
isDelisted
public boolean isDelisted()
-
-