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

io.contek.invoker.binancespot.api.websocket.common.WebSocketEventData Maven / Gradle / Ivy

package io.contek.invoker.binancespot.api.websocket.common;

import io.contek.invoker.commons.websocket.AnyWebSocketMessage;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public abstract class WebSocketEventData extends AnyWebSocketMessage {

  public String e;
  public Long E; // Event time
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy