Class LivecoinRestriction

java.lang.Object
org.knowm.xchange.livecoin.dto.marketdata.LivecoinRestriction

public class LivecoinRestriction extends Object
  • Constructor Details

    • LivecoinRestriction

      public LivecoinRestriction(String currencyPair, BigDecimal minLimitQuantity, Integer priceScale)
  • Method Details

    • getCurrencyPair

      public String getCurrencyPair()
    • getMinLimitQuantity

      public BigDecimal getMinLimitQuantity()
    • getPriceScale

      public Integer getPriceScale()