All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.knowm.xchange.kuna.service.KunaAccountService Maven / Gradle / Ivy

package org.knowm.xchange.kuna.service;

import org.knowm.xchange.Exchange;
import org.knowm.xchange.service.account.AccountService;

/** @author Dat Bui */
public class KunaAccountService extends KunaAccountServiceRaw implements AccountService {

  /**
   * Constructor.
   *
   * @param exchange
   */
  public KunaAccountService(Exchange exchange) {
    super(exchange);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy