Class CexIOOrder

java.lang.Object
org.knowm.xchange.cexio.dto.trade.CexIOOrder

public class CexIOOrder extends Object
Author: brox Since: 2/5/14
  • Constructor Details

  • Method Details

    • getId

      public long getId()
    • getTime

      public long getTime()
    • getType

      public CexIOOrder.Type getType()
    • getPrice

      public BigDecimal getPrice()
    • getAmount

      public BigDecimal getAmount()
    • getPending

      public BigDecimal getPending()
    • getErrorMessage

      public String getErrorMessage()
    • getSymbol1

      public String getSymbol1()
    • getSymbol2

      public String getSymbol2()
    • toString

      public String toString()
      Overrides:
      toString in class Object