Uses of Class
com.bybit.api.client.domain.account.request.SetSpotHedgingRequest
-
Packages that use SetSpotHedgingRequest Package Description com.bybit.api.client.restApi com.bybit.api.client.service -
-
Uses of SetSpotHedgingRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type SetSpotHedgingRequest Modifier and Type Method Description retrofit2.Call<Object>BybitApiService. setAccountSpotHedging(SetSpotHedgingRequest setSpotHedgingRequest)Set Spot Hedging You can turn on/off Spot hedging feature in Portfolio margin for Unified account. -
Uses of SetSpotHedgingRequest in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return SetSpotHedgingRequest Modifier and Type Method Description SetSpotHedgingRequestBybitJsonConverter. mapToSetSpotHedgingModeRequest(AccountDataRequest setSpotHedging)
-