org.knowm.xchange.kuna.service.KunaTradeServiceRaw Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-kuna Show documentation
Show all versions of xchange-kuna Show documentation
XChange implementation for the Kuna Exchange
package org.knowm.xchange.kuna.service;
import org.knowm.xchange.Exchange;
/** @author Dat Bui */
public class KunaTradeServiceRaw extends KunaBaseService {
/**
* Constructor.
*
* @param exchange
*/
protected KunaTradeServiceRaw(Exchange exchange) {
super(exchange);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy