Class PoloniexBaseService

java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.poloniex.service.PoloniexBaseService
All Implemented Interfaces:
BaseService
Direct Known Subclasses:
PoloniexAccountServiceRaw, PoloniexMarketDataServiceRaw, PoloniexTradeServiceRaw

public class PoloniexBaseService extends BaseExchangeService implements BaseService
Author:
Zach Holmes
  • Field Details

    • apiKey

      protected final String apiKey
    • poloniexAuthenticated

      protected final PoloniexAuthenticated poloniexAuthenticated
    • signatureCreator

      protected final si.mazi.rescu.ParamsDigest signatureCreator
    • poloniex

      protected final Poloniex poloniex
  • Constructor Details

    • PoloniexBaseService

      public PoloniexBaseService(Exchange exchange)
      Constructor
      Parameters:
      exchange -