Class CoingiUserTransaction

java.lang.Object
org.knowm.xchange.coingi.dto.account.CoingiUserTransaction

public class CoingiUserTransaction extends Object
A single transaction
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getCurrencyPair

      public Map<String,String> getCurrencyPair()
    • getPrice

      public BigDecimal getPrice()
    • setPrice

      public void setPrice(BigDecimal price)
    • getBaseAmount

      public BigDecimal getBaseAmount()
    • getCounterAmount

      public BigDecimal getCounterAmount()
    • getFee

      public float getFee()
    • getType

      public short getType()
    • getOrderType

      public short getOrderType()
    • getOrderId

      public String getOrderId()
    • getTimestamp

      public long getTimestamp()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object