Class BitflyerBaseService

java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bitflyer.service.BitflyerBaseService
All Implemented Interfaces:
BaseService
Direct Known Subclasses:
BitflyerAccountServiceRaw, BitflyerMarketDataServiceRaw, BitflyerTradeServiceRaw

public class BitflyerBaseService extends BaseExchangeService implements BaseService
  • Field Details

    • apiKey

      protected final String apiKey
    • bitflyer

      protected final Bitflyer bitflyer
    • signatureCreator

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

    • BitflyerBaseService

      public BitflyerBaseService(Exchange exchange)
      Constructor
      Parameters:
      exchange -
  • Method Details