Class GlobitexUserTrade

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

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

  • Method Details

    • getTradeId

      public long getTradeId()
    • getSymbol

      public String getSymbol()
    • getSide

      public String getSide()
    • getOriginalOrderId

      public String getOriginalOrderId()
    • getClientOrderId

      public String getClientOrderId()
    • getQuantity

      public BigDecimal getQuantity()
    • getPrice

      public BigDecimal getPrice()
    • getTimestamp

      public long getTimestamp()
    • getFee

      public BigDecimal getFee()
    • isLiqProvided

      public boolean isLiqProvided()
    • getFeeCurrency

      public String getFeeCurrency()
    • getAccount

      public String getAccount()
    • toString

      public String toString()
      Overrides:
      toString in class Object