Class Bl3pBaseService

java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bl3p.service.Bl3pBaseService
All Implemented Interfaces:
BaseService
Direct Known Subclasses:
Bl3pAccountService, Bl3pMarketDataService, Bl3pTradeService

public class Bl3pBaseService extends BaseExchangeService implements BaseService
  • Field Details

    • apiKey

      protected final String apiKey
    • bl3p

      protected final Bl3pAuthenticated bl3p
    • nonceFactory

      protected final si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory
    • signatureCreator

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

    • Bl3pBaseService

      public Bl3pBaseService(Exchange exchange)