Class ExecutionReportObject

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

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

  • Method Details

    • getOrderId

      public String getOrderId()
    • getClientOrderId

      public String getClientOrderId()
    • getOrderStatus

      public String getOrderStatus()
    • getSymbol

      public String getSymbol()
    • getSide

      public String getSide()
    • getPrice

      public BigDecimal getPrice()
    • getQuantity

      public BigDecimal getQuantity()
    • getType

      public String getType()
    • getTimeInForce

      public String getTimeInForce()
    • getLastQuantity

      public BigDecimal getLastQuantity()
    • getLastPrice

      public BigDecimal getLastPrice()
    • getLeavesQuantity

      public BigDecimal getLeavesQuantity()
    • getCumQuantity

      public BigDecimal getCumQuantity()
    • getAveragePrice

      public BigDecimal getAveragePrice()
    • getCreated

      public long getCreated()
    • getExecReportType

      public String getExecReportType()
    • getLastTimestamp

      public long getLastTimestamp()
    • getAccount

      public String getAccount()
    • getOrderSource

      public String getOrderSource()
    • toString

      public String toString()
      Overrides:
      toString in class Object