Class CoinmateOpenOrdersEntry

java.lang.Object
org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrdersEntry

public class CoinmateOpenOrdersEntry extends Object
Author:
Martin Stachon
  • Constructor Details

  • Method Details

    • getId

      public long getId()
      Returns:
      the id
    • getTimestamp

      public long getTimestamp()
      Returns:
      the timestamp
    • getType

      public String getType()
      Returns:
      the type
    • getCurrencyPair

      public String getCurrencyPair()
      Returns:
      the currency pair
    • getPrice

      public BigDecimal getPrice()
      Returns:
      the price
    • getAmount

      public BigDecimal getAmount()
      Returns:
      the amount
    • getOrderTradeType

      public String getOrderTradeType()
    • getStopPrice

      public BigDecimal getStopPrice()
    • getOriginalStopPrice

      public BigDecimal getOriginalStopPrice()