Package org.knowm.xchange.kucoin
Class KucoinBaseService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<E>
org.knowm.xchange.service.BaseResilientExchangeService<KucoinExchange>
org.knowm.xchange.kucoin.KucoinBaseService
- Direct Known Subclasses:
KucoinAccountServiceRaw
,KucoinMarketDataServiceRaw
,KucoinTradeServiceRaw
public class KucoinBaseService extends BaseResilientExchangeService<KucoinExchange>
-
Field Summary
Fields Modifier and Type Field Description protected AccountAPI
accountApi
protected String
apiKey
protected DepositAPI
depositAPI
protected KucoinDigest
digest
protected FillAPI
fillApi
protected HistOrdersAPI
histOrdersApi
protected HistoryAPI
historyApi
protected LimitOrderAPI
limitOrderAPI
protected si.mazi.rescu.SynchronizedValueFactory<Long>
nonceFactory
protected OrderAPI
orderApi
protected OrderBookAPI
orderBookApi
protected String
passphrase
protected SymbolAPI
symbolApi
protected TradingFeeAPI
tradingFeeAPI
protected WebsocketAPI
websocketAPI
protected WithdrawalAPI
withdrawalAPI
Fields inherited from class org.knowm.xchange.service.BaseResilientExchangeService
resilienceRegistries
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Modifier Constructor Description protected
KucoinBaseService(KucoinExchange exchange, ResilienceRegistries resilienceRegistries)
-
Method Summary
Modifier and Type Method Description protected void
checkAuthenticated()
Methods inherited from class org.knowm.xchange.service.BaseResilientExchangeService
decorateApiCall, rateLimiter, rateLimiter, retry, retry
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Field Details
-
symbolApi
-
orderBookApi
-
historyApi
-
accountApi
-
withdrawalAPI
-
depositAPI
-
orderApi
-
limitOrderAPI
-
fillApi
-
histOrdersApi
-
websocketAPI
-
tradingFeeAPI
-
digest
-
apiKey
-
passphrase
-
nonceFactory
-
-
Constructor Details
-
KucoinBaseService
-
-
Method Details
-
checkAuthenticated
protected void checkAuthenticated()
-