Class BitbayExchange

java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.bitbay.v3.BitbayExchange
All Implemented Interfaces:
Exchange

public class BitbayExchange extends BaseExchange implements Exchange
Initial support for the new BitBay API. Official documentation isn't even out yet so use this at your own risk. Currently however this is the only API that allowes you to download a users full trade history.
Author:
walec51
  • Constructor Details

    • BitbayExchange

      public BitbayExchange()
  • Method Details

    • getDefaultExchangeSpecification

      public ExchangeSpecification getDefaultExchangeSpecification()
      Specified by:
      getDefaultExchangeSpecification in interface Exchange
      Returns:
      A default ExchangeSpecification to use during the creation process if one is not supplied
    • initServices

      protected void initServices()
      Specified by:
      initServices in class BaseExchange
    • getNonceFactory

      public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
      Description copied from interface: Exchange
      The nonce factory used to create a nonce value. Allows services to accept a placeholder that is replaced with generated value just before message is serialized and sent. If a method of a rest accepts ValueFactory as a parameter, it's evaluated, the message is serialized and sent in a single synchronized block.
      Specified by:
      getNonceFactory in interface Exchange
      Overrides:
      getNonceFactory in class BaseExchange
      Returns:
      Synchronized value factory