Package org.knowm.xchange.enigma.service
Class EnigmaAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.enigma.service.EnigmaBaseService
org.knowm.xchange.enigma.service.EnigmaAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
EnigmaAccountService
public class EnigmaAccountServiceRaw extends EnigmaBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.enigma.service.EnigmaBaseService
enigmaAuthenticated, nonceFactory
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description EnigmaAccountServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description EnigmaBalance
getBalance()
Map<String,BigDecimal>
getRiskLimits()
List<EnigmaWithdrawal>
getWithdrawals()
List<Object>
requestDepositAddress(Currency currency)
EnigmaWithdrawal
withdrawal(EnigmaWithdrawalRequest withdrawalRequest)
EnigmaWithdrawal
withdrawal(EnigmaWithdrawFundsRequest withdrawalRequest)
Methods inherited from class org.knowm.xchange.enigma.service.EnigmaBaseService
accessToken, login
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
EnigmaAccountServiceRaw
-
-
Method Details
-
getRiskLimits
- Throws:
IOException
-
getBalance
- Throws:
IOException
-
getWithdrawals
-
withdrawal
-
withdrawal
-
requestDepositAddress
-