Class HuobiCurrency

java.lang.Object
org.knowm.xchange.huobi.dto.marketdata.HuobiCurrency

public class HuobiCurrency extends Object
  • Constructor Details

    • HuobiCurrency

      public HuobiCurrency(String chain, String displayName, String baseChain, String baseChainProtocol, boolean isDynamic, String depositStatus, String maxTransactFeeWithdraw, String maxWithdrawAmt, String minDepositAmt, String minTransactFeeWithdraw, String minWithdrawAmt, int numOfConfirmations, int numOfFastConfirmations, BigDecimal transactFeeWithdraw, String withdrawFeeType, int withdrawPrecision, String withdrawQuotaPerDay, String withdrawQuotaPerYear, String withdrawQuotaTotal, String withdrawStatus)
  • Method Details

    • getChain

      public String getChain()
    • getDisplayName

      public String getDisplayName()
    • getBaseChain

      public String getBaseChain()
    • getBaseChainProtocol

      public String getBaseChainProtocol()
    • isDynamic

      public boolean isDynamic()
    • getDepositStatus

      public String getDepositStatus()
    • getMaxTransactFeeWithdraw

      public String getMaxTransactFeeWithdraw()
    • getMaxWithdrawAmt

      public String getMaxWithdrawAmt()
    • getMinDepositAmt

      public String getMinDepositAmt()
    • getMinTransactFeeWithdraw

      public String getMinTransactFeeWithdraw()
    • getMinWithdrawAmt

      public String getMinWithdrawAmt()
    • getNumOfConfirmations

      public int getNumOfConfirmations()
    • getNumOfFastConfirmations

      public int getNumOfFastConfirmations()
    • getTransactFeeWithdraw

      public BigDecimal getTransactFeeWithdraw()
    • getWithdrawFeeType

      public String getWithdrawFeeType()
    • getWithdrawPrecision

      public int getWithdrawPrecision()
    • getWithdrawQuotaPerDay

      public String getWithdrawQuotaPerDay()
    • getWithdrawQuotaPerYear

      public String getWithdrawQuotaPerYear()
    • getWithdrawQuotaTotal

      public String getWithdrawQuotaTotal()
    • getWithdrawStatus

      public String getWithdrawStatus()
    • toString

      public String toString()
      Overrides:
      toString in class Object