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

info.bitrich.xchangestream.okcoin.OkExStreamingExchange Maven / Gradle / Ivy

The newest version!
package info.bitrich.xchangestream.okcoin;

/** Created by Lukas Zaoralek on 17.11.17. */
public class OkExStreamingExchange extends OkCoinStreamingExchange {
  private static final String API_URI = "wss://real.okex.com:10441/websocket?compress=true";

  public OkExStreamingExchange() {
    super(new OkCoinStreamingService(API_URI));
  }

  public OkExStreamingExchange(String apiUrl) {
    super(new OkCoinStreamingService(apiUrl));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy