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

io.contek.invoker.deribit.api.websocket.common.WebSocketRequest Maven / Gradle / Ivy

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

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

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public final class WebSocketRequest extends AnyWebSocketMessage {

  public String jsonrpc = "2.0";
  public Integer id;
  public String method;
  public Params params;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy