Class BiboxBaseService

java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bibox.service.BiboxBaseService
All Implemented Interfaces:
BaseService
Direct Known Subclasses:
BiboxAccountServiceRaw, BiboxMarketDataServiceRaw, BiboxTradeServiceRaw

public class BiboxBaseService extends BaseExchangeService implements BaseService
  • Field Details

    • apiKey

      protected final String apiKey
    • bibox

      protected final BiboxAuthenticated bibox
    • signatureCreator

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

    • BiboxBaseService

      protected BiboxBaseService(Exchange exchange)
      Constructor
      Parameters:
      exchange -
  • Method Details

    • throwErrors

      protected static void throwErrors(BiboxResponse<?> response)