Uses of Class
com.bybit.api.client.domain.position.request.TradingStopRequest
-
Packages that use TradingStopRequest Package Description com.bybit.api.client.restApi com.bybit.api.client.service -
-
Uses of TradingStopRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type TradingStopRequest Modifier and Type Method Description retrofit2.Call<Object>BybitApiService. setTradingStop(TradingStopRequest tradingStopRequest)Set Trading Stop Set the take profit, stop loss or trailing stop for the position. -
Uses of TradingStopRequest in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return TradingStopRequest Modifier and Type Method Description TradingStopRequestBybitJsonConverter. mapToTradingStopRequest(PositionDataRequest positionDataRequest)
-