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 Summary
Constructors Constructor Description BitmexWalletTransaction()
-
Method Summary
Modifier and Type Method Description Integer
getAccount()
Map<String,Object>
getAdditionalProperties()
String
getAddress()
BigDecimal
getAmount()
String
getCurrency()
BigDecimal
getFee()
BigDecimal
getMarginBalance()
String
getText()
Date
getTimestamp()
String
getTransactID()
String
getTransactStatus()
Date
getTransactTime()
String
getTransactType()
String
getTx()
BigDecimal
getWalletBalance()
Methods inherited from class org.knowm.xchange.bitmex.AbstractHttpResponseAware
getResponseHeaders, setResponseHeaders
-
Constructor Details
-
BitmexWalletTransaction
public BitmexWalletTransaction()
-
-
Method Details
-
getTransactID
-
getAccount
-
getCurrency
-
getTransactType
-
getAmount
-
getFee
-
getTransactStatus
-
getAddress
-
getTx
-
getText
-
getTransactTime
-
getWalletBalance
-
getMarginBalance
-
getTimestamp
-
getAdditionalProperties
-