Class CoinmateTradeHistoryEntry

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

public class CoinmateTradeHistoryEntry extends Object
  • Constructor Details

  • Method Details

    • getTransactionId

      public long getTransactionId()
    • getCreatedTimestamp

      public long getCreatedTimestamp()
    • getCurrencyPair

      public String getCurrencyPair()
    • getType

      public String getType()
    • getOrderType

      public String getOrderType()
    • getOrderId

      public long getOrderId()
    • getAmount

      public BigDecimal getAmount()
    • getPrice

      public BigDecimal getPrice()
    • getFee

      public BigDecimal getFee()
    • getFeeType

      public String getFeeType()