Uses of Class
com.bybit.api.client.domain.account.request.SetMMPRequest
-
Packages that use SetMMPRequest Package Description com.bybit.api.client.restApi com.bybit.api.client.service -
-
Uses of SetMMPRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type SetMMPRequest Modifier and Type Method Description retrofit2.Call<Object>BybitApiService. modifyAccountMMP(SetMMPRequest setMMPRequest)Set MMP INFO What is MMP? Market Maker Protection (MMP) is an automated mechanism designed to protect market makers (MM) against liquidity risks and over-exposure in the market. -
Uses of SetMMPRequest in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return SetMMPRequest Modifier and Type Method Description SetMMPRequestBybitJsonConverter. mapToSetMMPRequest(AccountDataRequest accountDataRequest)
-