Class CoindirectAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coindirect.service.CoindirectBaseService
org.knowm.xchange.coindirect.service.CoindirectAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CoindirectAccountService
public class CoindirectAccountServiceRaw extends CoindirectBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.coindirect.service.CoindirectBaseService
apiKey, coindirect, LOG, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description CoindirectAccountServiceRaw(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description CoindirectAccountChannel
getAccountChannel()
List<CoindirectWallet>
listCoindirectWallets(long max)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CoindirectAccountServiceRaw
Constructor- Parameters:
exchange
-
-
-
Method Details
-
listCoindirectWallets
public List<CoindirectWallet> listCoindirectWallets(long max) throws IOException, CoindirectException- Throws:
IOException
CoindirectException
-
getAccountChannel
- Throws:
IOException
CoindirectException
-