Class BitmexWallet

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

public final class BitmexWallet extends AbstractHttpResponseAware
  • Constructor Details

    • BitmexWallet

      public BitmexWallet()
  • Method Details

    • getAccount

      public Integer getAccount()
    • getCurrency

      public String getCurrency()
    • getPrevDeposited

      public BigDecimal getPrevDeposited()
    • getPrevWithdrawn

      public BigDecimal getPrevWithdrawn()
    • getPrevTransferIn

      public BigDecimal getPrevTransferIn()
    • getPrevTransferOut

      public BigDecimal getPrevTransferOut()
    • getPrevAmount

      public BigDecimal getPrevAmount()
    • getPrevTimestamp

      public String getPrevTimestamp()
    • getDeltaDeposited

      public BigDecimal getDeltaDeposited()
    • getDeltaWithdrawn

      public BigDecimal getDeltaWithdrawn()
    • getDeltaTransferIn

      public BigDecimal getDeltaTransferIn()
    • getDeltaTransferOut

      public BigDecimal getDeltaTransferOut()
    • getDeltaAmount

      public BigDecimal getDeltaAmount()
    • getDeposited

      public BigDecimal getDeposited()
    • getWithdrawn

      public BigDecimal getWithdrawn()
    • getTransferIn

      public BigDecimal getTransferIn()
    • getTransferOut

      public BigDecimal getTransferOut()
    • getAmount

      public BigDecimal getAmount()
    • getPendingCredit

      public BigDecimal getPendingCredit()
    • getPendingDebit

      public BigDecimal getPendingDebit()
    • getConfirmedDebit

      public BigDecimal getConfirmedDebit()
    • getTimestamp

      public String getTimestamp()
    • getAddr

      public String getAddr()
    • getScript

      public String getScript()
    • getWithdrawalLock

      public List<String> getWithdrawalLock()
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • toString

      public String toString()
      Overrides:
      toString in class Object