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