Class WebSocketApiTrade
- java.lang.Object
-
- com.bybit.api.client.websocket.api.WebSocketApiTrade
-
- All Implemented Interfaces:
WebSocketApiModule
public class WebSocketApiTrade extends Object implements WebSocketApiModule
Trading Requests
All requests under the Trading requests section of the WebSocket API documentation will be implemented in this class.
Response will be returned as callback.
-
-
Constructor Summary
Constructors Constructor Description WebSocketApiTrade(WebSocketApiRequestHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnewOrder(String category, String symbol, String side, String type, String qty, org.json.JSONObject parameters)
-