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

io.contek.invoker.bybitlinear.api.websocket.common.WebSocketOperationRequest Maven / Gradle / Ivy

There is a newer version: 3.6.19
Show newest version
package io.contek.invoker.bybitlinear.api.websocket.common;

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

import javax.annotation.concurrent.NotThreadSafe;
import java.util.ArrayList;
import java.util.List;

@NotThreadSafe
public final class WebSocketOperationRequest extends AnyWebSocketMessage {

  public String op;
  public List args = new ArrayList<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy