Class BTCTurkAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.btcturk.service.BTCTurkBaseService
org.knowm.xchange.btcturk.service.BTCTurkAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BTCTurkAccountService
public class BTCTurkAccountServiceRaw extends BTCTurkBaseService
- Author:
- mertguner
-
Field Summary
Fields inherited from class org.knowm.xchange.btcturk.service.BTCTurkBaseService
btcTurk, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description BTCTurkAccountServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description BTCTurkAccountBalance
getBTCTurkBalance()
List<BTCTurkUserTransactions>
getBTCTurkUserTransactions()
List<BTCTurkUserTransactions>
getBTCTurkUserTransactions(int offset, int limit, BTCTurkSort sort)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BTCTurkAccountServiceRaw
-
-
Method Details
-
getBTCTurkBalance
- Throws:
IOException
-
getBTCTurkUserTransactions
- Throws:
IOException
-
getBTCTurkUserTransactions
public List<BTCTurkUserTransactions> getBTCTurkUserTransactions(int offset, int limit, BTCTurkSort sort) throws IOException- Throws:
IOException
-