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

info.bitrich.xchangestream.kucoin.dto.KucoinWebSocketEvent Maven / Gradle / Ivy

The newest version!
package info.bitrich.xchangestream.kucoin.dto;

import com.fasterxml.jackson.annotation.JsonProperty;

public class KucoinWebSocketEvent {
  @JsonProperty("type")
  public String type;

  @JsonProperty("topic")
  public String topic;

  @JsonProperty("subject")
  public String subject;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy