Examples of KrakenTradeService


Examples of com.xeiam.xchange.kraken.service.polling.KrakenTradeService

  public void applySpecification(ExchangeSpecification exchangeSpecification) {

    super.applySpecification(exchangeSpecification);
    // Configure the basic services if configuration does not apply
    this.pollingMarketDataService = new KrakenMarketDataService(exchangeSpecification, nonceFactory);
    this.pollingTradeService = new KrakenTradeService(exchangeSpecification, nonceFactory);
    this.pollingAccountService = new KrakenAccountService(exchangeSpecification, nonceFactory);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.