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

info.bitrich.xchangestream.coinmate.v2.dto.CoinmatePingMessage Maven / Gradle / Ivy

The newest version!
package info.bitrich.xchangestream.coinmate.v2.dto;

import com.fasterxml.jackson.annotation.JsonProperty;

public class CoinmatePingMessage {
  @JsonProperty("event")
  final String event = "ping";

  public CoinmatePingMessage() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy