Class CoinoneBaseService

java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coinone.service.CoinoneBaseService
All Implemented Interfaces:
BaseService
Direct Known Subclasses:
CoinoneAccountServiceRaw, CoinoneMarketDataServiceRaw, CoinoneTradeServiceRaw

public class CoinoneBaseService extends BaseExchangeService implements BaseService
  • Field Details

    • coinone

      protected final CoinoneAuthenticated coinone
    • apiKey

      protected final String apiKey
    • apiSecret

      protected final String apiSecret
    • url

      protected final String url
    • signatureCreator

      protected si.mazi.rescu.ParamsDigest signatureCreator
    • payloadCreator

      protected si.mazi.rescu.ParamsDigest payloadCreator
  • Constructor Details

    • CoinoneBaseService

      public CoinoneBaseService(Exchange exchange)
      Constructor
      Parameters:
      exchange -