Uses of Class
com.bybit.api.client.domain.account.request.ResetMMPRequest
-
Packages that use ResetMMPRequest Package Description com.bybit.api.client.restApi com.bybit.api.client.service -
-
Uses of ResetMMPRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type ResetMMPRequest Modifier and Type Method Description retrofit2.Call<Object>BybitApiService. resetAccountMMP(ResetMMPRequest resetMMPRequest)Reset MMP INFO Once the mmp triggered, you can unfreeze the account by this endpoint, then qtyLimit and deltaLimit will be reset to 0. -
Uses of ResetMMPRequest in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return ResetMMPRequest Modifier and Type Method Description ResetMMPRequestBybitJsonConverter. mapToResetMarginModeRequest(AccountDataRequest accountDataRequest)
-