Class BitmexAccount
java.lang.Object
org.knowm.xchange.bitmex.AbstractHttpResponseAware
org.knowm.xchange.bitmex.dto.account.BitmexAccount
- All Implemented Interfaces:
si.mazi.rescu.HttpResponseAware
public final class BitmexAccount extends AbstractHttpResponseAware
-
Constructor Summary
Constructors Constructor Description BitmexAccount()
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getAffiliateID()
String
getCountry()
String
getCreated()
String
getEmail()
String
getFirstname()
Integer
getId()
String
getLastname()
String
getLastUpdated()
Integer
getOwnerId()
String
getPgpPubKey()
String
getPhone()
BitmexAccountPreferences
getPreferences()
String
gettFAEnabled()
String
getUsername()
String
toString()
Methods inherited from class org.knowm.xchange.bitmex.AbstractHttpResponseAware
getResponseHeaders, setResponseHeaders
-
Constructor Details
-
BitmexAccount
public BitmexAccount()
-
-
Method Details