Class HuobiAssetPair

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

public class HuobiAssetPair extends Object
  • Constructor Details

  • Method Details

    • getBaseCurrency

      public String getBaseCurrency()
    • getQuoteCurrency

      public String getQuoteCurrency()
    • getKey

      public String getKey()
    • getPricePrecision

      public Integer getPricePrecision()
    • getAmountPrecision

      public Integer getAmountPrecision()
    • getSymbol

      public String getSymbol()
    • getState

      public String getState()
    • getValuePrecision

      public Integer getValuePrecision()
    • getMinOrderAmount

      public BigDecimal getMinOrderAmount()
    • getMaxOrderAmount

      public BigDecimal getMaxOrderAmount()
    • getMinOrderValue

      public BigDecimal getMinOrderValue()
    • getLimitOrderMinOrderAmt

      public BigDecimal getLimitOrderMinOrderAmt()
    • getLimitOrderMaxOrderAmt

      public BigDecimal getLimitOrderMaxOrderAmt()
    • getSellMarketMinOrderAmt

      public BigDecimal getSellMarketMinOrderAmt()
    • getSellMarketMaxOrderAmt

      public BigDecimal getSellMarketMaxOrderAmt()
    • getBuyMarketMaxOrderValue

      public BigDecimal getBuyMarketMaxOrderValue()
    • getApiTrading

      public String getApiTrading()
    • toString

      public String toString()
      Overrides:
      toString in class Object