Class GateioBaseService

java.lang.Object
org.knowm.xchange.service.BaseExchangeService<GateioExchange>
org.knowm.xchange.gateio.service.GateioBaseService
All Implemented Interfaces:
BaseService
Direct Known Subclasses:
GateioAccountServiceRaw, GateioMarketDataServiceRaw, GateioTradeServiceRaw

public class GateioBaseService extends BaseExchangeService<GateioExchange> implements BaseService
  • Field Details

    • apiKey

      protected final String apiKey
    • gateio

      protected final Gateio gateio
    • gateioAuthenticated

      protected final GateioAuthenticated gateioAuthenticated
    • signatureCreator

      protected final si.mazi.rescu.ParamsDigest signatureCreator
  • Constructor Details

    • GateioBaseService

      public GateioBaseService(GateioExchange exchange)
      Constructor
      Parameters:
      exchange -
  • Method Details

    • handleResponse

      protected <R extends GateioBaseResponse> R handleResponse(R response)
    • getApiKey

      public String getApiKey()