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

info.bitrich.xchangestream.poloniex2.dto.PoloniexWebSocketEvent Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
package info.bitrich.xchangestream.poloniex2.dto;

/** Created by Lukas Zaoralek on 11.11.17. */
public abstract class PoloniexWebSocketEvent {
  private String eventType;

  public PoloniexWebSocketEvent(String eventType) {
    this.eventType = eventType;
  }

  public String getEventType() {
    return eventType;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy