Class GateioCoin

java.lang.Object
org.knowm.xchange.gateio.dto.marketdata.GateioCoin

public class GateioCoin extends Object
  • Constructor Details

    • GateioCoin

      public GateioCoin(boolean delisted, boolean withdrawDisabled, boolean withdrawDelayed, boolean depositDisabled, boolean tradeDisabled)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isDelisted

      public boolean isDelisted()
    • isWithdrawDisabled

      public boolean isWithdrawDisabled()
    • isWithdrawDelayed

      public boolean isWithdrawDelayed()
    • isDepositDisabled

      public boolean isDepositDisabled()
    • isTradeDisabled

      public boolean isTradeDisabled()