Class HuobiMatchResult

java.lang.Object
org.knowm.xchange.huobi.dto.trade.HuobiMatchResult

public class HuobiMatchResult extends Object
  • Constructor Details

  • Method Details

    • getId

      public long getId()
    • getSymbol

      public String getSymbol()
    • getOrderId

      public String getOrderId()
    • getMatchId

      public String getMatchId()
    • getTradeId

      public String getTradeId()
    • getPrice

      public BigDecimal getPrice()
    • getCreatedAt

      public Date getCreatedAt()
    • getType

      public String getType()
    • getFilledAmount

      public BigDecimal getFilledAmount()
    • getFilledFees

      public BigDecimal getFilledFees()
    • getFeeCurrency

      public String getFeeCurrency()
    • getSource

      public String getSource()
    • getRole

      public String getRole()
    • getFilledPoints

      public BigDecimal getFilledPoints()
    • getFeeDeductCurrency

      public String getFeeDeductCurrency()
    • isLimit

      public boolean isLimit()
    • isMarket

      public boolean isMarket()
    • isStop

      public boolean isStop()
    • toString

      public String toString()
      Overrides:
      toString in class Object