Class KucoinBaseService

Direct Known Subclasses:
KucoinAccountServiceRaw, KucoinMarketDataServiceRaw, KucoinTradeServiceRaw

public class KucoinBaseService extends BaseResilientExchangeService<KucoinExchange>
  • Field Details

    • symbolApi

      protected final SymbolAPI symbolApi
    • orderBookApi

      protected final OrderBookAPI orderBookApi
    • historyApi

      protected final HistoryAPI historyApi
    • accountApi

      protected final AccountAPI accountApi
    • withdrawalAPI

      protected final WithdrawalAPI withdrawalAPI
    • depositAPI

      protected final DepositAPI depositAPI
    • orderApi

      protected final OrderAPI orderApi
    • limitOrderAPI

      protected final LimitOrderAPI limitOrderAPI
    • fillApi

      protected final FillAPI fillApi
    • histOrdersApi

      protected final HistOrdersAPI histOrdersApi
    • websocketAPI

      protected final WebsocketAPI websocketAPI
    • tradingFeeAPI

      protected final TradingFeeAPI tradingFeeAPI
    • digest

      protected KucoinDigest digest
    • apiKey

      protected String apiKey
    • passphrase

      protected String passphrase
    • nonceFactory

      protected si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory
  • Constructor Details

  • Method Details

    • checkAuthenticated

      protected void checkAuthenticated()