Class PoloniexCurrencyInfo

java.lang.Object
org.knowm.xchange.poloniex.dto.marketdata.PoloniexCurrencyInfo

public class PoloniexCurrencyInfo extends Object
  • Constructor Details

    • PoloniexCurrencyInfo

      public PoloniexCurrencyInfo(int id, String name, BigDecimal txFee, int minConf, String depositAddress, boolean disabled, boolean frozen, boolean delisted)
  • Method Details

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object