Class BitmexWalletTransaction

java.lang.Object
org.knowm.xchange.bitmex.AbstractHttpResponseAware
org.knowm.xchange.bitmex.dto.account.BitmexWalletTransaction
All Implemented Interfaces:
si.mazi.rescu.HttpResponseAware

public final class BitmexWalletTransaction extends AbstractHttpResponseAware
  • Constructor Details

    • BitmexWalletTransaction

      public BitmexWalletTransaction()
  • Method Details

    • getTransactID

      public String getTransactID()
    • getAccount

      public Integer getAccount()
    • getCurrency

      public String getCurrency()
    • getTransactType

      public String getTransactType()
    • getAmount

      public BigDecimal getAmount()
    • getFee

      public BigDecimal getFee()
    • getTransactStatus

      public String getTransactStatus()
    • getAddress

      public String getAddress()
    • getTx

      public String getTx()
    • getText

      public String getText()
    • getTransactTime

      public Date getTransactTime()
    • getWalletBalance

      public BigDecimal getWalletBalance()
    • getMarginBalance

      public BigDecimal getMarginBalance()
    • getTimestamp

      public Date getTimestamp()
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()