Class BitstampOrder

java.lang.Object
org.knowm.xchange.bitstamp.dto.trade.BitstampOrder

public final class BitstampOrder extends Object
Author:
Matija Mazi
  • Constructor Details

  • Method Details

    • getDatetime

      public Date getDatetime()
    • getId

      public long getId()
    • getType

      public int getType()
    • getPrice

      public BigDecimal getPrice()
    • getAmount

      public BigDecimal getAmount()
    • getCurrencyPair

      public String getCurrencyPair()
    • getErrorMessage

      public String getErrorMessage()
    • toString

      public String toString()
      Overrides:
      toString in class Object