Class HuobiAssetPair
java.lang.Object
org.knowm.xchange.huobi.dto.marketdata.HuobiAssetPair
-
Constructor Summary
ConstructorDescriptionHuobiAssetPair
(String baseCurrency, String quoteCurrency, Integer pricePrecision, Integer amountPrecision, String symbolPartition, String symbol, String state, Integer valuePrecision, BigDecimal minOrderAmount, BigDecimal maxOrderAmount, BigDecimal minOrderValue, BigDecimal limitOrderMinOrderAmt, BigDecimal limitOrderMaxOrderAmt, BigDecimal sellMarketMinOrderAmt, BigDecimal sellMarketMaxOrderAmt, BigDecimal buyMarketMaxOrderValue, String apiTrading) -
Method Summary
-
Constructor Details
-
HuobiAssetPair
public HuobiAssetPair(String baseCurrency, String quoteCurrency, Integer pricePrecision, Integer amountPrecision, String symbolPartition, String symbol, String state, Integer valuePrecision, BigDecimal minOrderAmount, BigDecimal maxOrderAmount, BigDecimal minOrderValue, BigDecimal limitOrderMinOrderAmt, BigDecimal limitOrderMaxOrderAmt, BigDecimal sellMarketMinOrderAmt, BigDecimal sellMarketMaxOrderAmt, BigDecimal buyMarketMaxOrderValue, String apiTrading)
-
-
Method Details
-
getBaseCurrency
-
getQuoteCurrency
-
getKey
-
getPricePrecision
-
getAmountPrecision
-
getSymbol
-
getState
-
getValuePrecision
-
getMinOrderAmount
-
getMaxOrderAmount
-
getMinOrderValue
-
getLimitOrderMinOrderAmt
-
getLimitOrderMaxOrderAmt
-
getSellMarketMinOrderAmt
-
getSellMarketMaxOrderAmt
-
getBuyMarketMaxOrderValue
-
getApiTrading
-
toString
-