Class HuobiOrder

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

public class HuobiOrder extends Object
  • Constructor Details

  • Method Details

    • getAccountID

      public long getAccountID()
    • getAmount

      public BigDecimal getAmount()
    • getCanceledAt

      public Date getCanceledAt()
    • getCreatedAt

      public Date getCreatedAt()
    • getFieldAmount

      public BigDecimal getFieldAmount()
    • getFieldCashAmount

      public BigDecimal getFieldCashAmount()
    • getFieldFees

      public BigDecimal getFieldFees()
    • getFinishedAt

      public Date getFinishedAt()
    • getId

      public long getId()
    • getPrice

      public BigDecimal getPrice()
    • getSource

      public String getSource()
    • getState

      public String getState()
    • getSymbol

      public String getSymbol()
    • getType

      public String getType()
    • getClOrdId

      public String getClOrdId()
    • getStopPrice

      public BigDecimal getStopPrice()
    • getOperator

      public String getOperator()
    • isLimit

      public boolean isLimit()
    • isMarket

      public boolean isMarket()
    • isStop

      public boolean isStop()
    • toString

      public String toString()
      Overrides:
      toString in class Object