Class CobinhoodCurrencyPair

java.lang.Object
org.knowm.xchange.cobinhood.dto.marketdata.CobinhoodCurrencyPair

public class CobinhoodCurrencyPair
extends Object
  • Constructor Details

  • Method Details

    • getBaseCurrencyId

      public String getBaseCurrencyId()
    • isMarginEnabled

      public boolean isMarginEnabled()
    • getMakerFee

      public BigDecimal getMakerFee()
    • getQuoteIncrement

      public BigDecimal getQuoteIncrement()
    • getBaseMaxSize

      public BigDecimal getBaseMaxSize()
    • getTakerFee

      public BigDecimal getTakerFee()
    • getQuoteCurrencyId

      public String getQuoteCurrencyId()
    • getId

      public String getId()
    • getBaseMinSize

      public BigDecimal getBaseMinSize()
    • toString

      public String toString()
      Overrides:
      toString in class Object