Class GlobitexActiveOrder

java.lang.Object
org.knowm.xchange.globitex.dto.trade.GlobitexActiveOrder
All Implemented Interfaces:
Serializable

public class GlobitexActiveOrder extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getOrderId

      public String getOrderId()
    • getOrderStatus

      public String getOrderStatus()
    • getLastTimestamp

      public long getLastTimestamp()
    • getOrderPrice

      public BigDecimal getOrderPrice()
    • getOrderQuantity

      public BigDecimal getOrderQuantity()
    • getAvgPrice

      public BigDecimal getAvgPrice()
    • getType

      public String getType()
    • getTimeInForce

      public String getTimeInForce()
    • getClientOrderId

      public String getClientOrderId()
    • getSymbol

      public String getSymbol()
    • getSide

      public String getSide()
    • getAccount

      public String getAccount()
    • getOrderSource

      public String getOrderSource()
    • getLeavesQuantity

      public BigDecimal getLeavesQuantity()
    • getCumQuantity

      public BigDecimal getCumQuantity()
    • getExecQuantity

      public BigDecimal getExecQuantity()
    • getStopPrice

      public BigDecimal getStopPrice()
    • getExpireTime

      public long getExpireTime()
    • toString

      public String toString()
      Overrides:
      toString in class Object