Uses of Class
com.bybit.api.client.domain.trade.request.AmendBatchOrderRequest
-
Packages that use AmendBatchOrderRequest Package Description com.bybit.api.client.restApi com.bybit.api.client.service -
-
Uses of AmendBatchOrderRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type AmendBatchOrderRequest Modifier and Type Method Description retrofit2.Call<Object>BybitApiService. amendBatchOrder(AmendBatchOrderRequest batchOrderRequest)BBatch Amend Order Covers: Option (UTA, UTA Pro) / USDT Perpetual, UDSC Perpetual, USDC Futures (UTA Pro) -
Uses of AmendBatchOrderRequest in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return AmendBatchOrderRequest Modifier and Type Method Description AmendBatchOrderRequestBybitJsonConverter. convertToAmendBatchOrderRequest(BatchOrderRequest batchOrderRequest)
-