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

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

package org.knowm.xchange.kuna.service;

import org.knowm.xchange.Exchange;

/** @author Dat Bui */
public class KunaAccountServiceRaw extends KunaBaseService {
  /**
   * Constructor.
   *
   * @param exchange
   */
  protected KunaAccountServiceRaw(Exchange exchange) {
    super(exchange);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy