Uses of Class
com.bybit.api.client.domain.account.request.AccountDataRequest
-
Packages that use AccountDataRequest Package Description com.bybit.api.client.impl com.bybit.api.client.restApi com.bybit.api.client.service -
-
Uses of AccountDataRequest in com.bybit.api.client.impl
Methods in com.bybit.api.client.impl with parameters of type AccountDataRequest Modifier and Type Method Description ObjectBybitApiAccountRestClientImpl. getAccountBorrowHistory(AccountDataRequest borrowHistoryRequest)voidBybitApiAsyncAccountRestClientImpl. getAccountBorrowHistory(AccountDataRequest borrowHistoryRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. getAccountCoinGeeks(AccountDataRequest request)voidBybitApiAsyncAccountRestClientImpl. getAccountCoinGeeks(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. getAccountCollateralInfo(AccountDataRequest request)voidBybitApiAsyncAccountRestClientImpl. getAccountCollateralInfo(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. getAccountFreeRate(AccountDataRequest getFeeRateRequest)voidBybitApiAsyncAccountRestClientImpl. getAccountFreeRate(AccountDataRequest getFeeRateRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. getAccountMMPState(AccountDataRequest request)voidBybitApiAsyncAccountRestClientImpl. getAccountMMPState(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. getTransactionLog(AccountDataRequest getTransactionLogRequest)voidBybitApiAsyncAccountRestClientImpl. getTransactionLog(AccountDataRequest getTransactionLogRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. getWalletBalance(AccountDataRequest walletBalanceRequest)voidBybitApiAsyncAccountRestClientImpl. getWalletBalance(AccountDataRequest walletBalanceRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. modifyAccountMMP(AccountDataRequest setMMPRequest)voidBybitApiAsyncAccountRestClientImpl. modifyAccountMMP(AccountDataRequest setMMPRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. resetAccountMMP(AccountDataRequest request)voidBybitApiAsyncAccountRestClientImpl. resetAccountMMP(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. setAccountCollateralCoin(AccountDataRequest setCollateralCoinRequest)voidBybitApiAsyncAccountRestClientImpl. setAccountCollateralCoin(AccountDataRequest setCollateralCoinRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. setAccountMarginMode(AccountDataRequest setMarginMode)voidBybitApiAsyncAccountRestClientImpl. setAccountMarginMode(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClientImpl. setAccountSpotHedging(AccountDataRequest setSpotHedging)voidBybitApiAsyncAccountRestClientImpl. setAccountSpotHedging(AccountDataRequest request, BybitApiCallback<Object> callback) -
Uses of AccountDataRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type AccountDataRequest Modifier and Type Method Description ObjectBybitApiAccountRestClient. getAccountBorrowHistory(AccountDataRequest borrowHistoryRequest)voidBybitApiAsyncAccountRestClient. getAccountBorrowHistory(AccountDataRequest borrowHistoryRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. getAccountCoinGeeks(AccountDataRequest request)voidBybitApiAsyncAccountRestClient. getAccountCoinGeeks(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. getAccountCollateralInfo(AccountDataRequest request)voidBybitApiAsyncAccountRestClient. getAccountCollateralInfo(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. getAccountFreeRate(AccountDataRequest getFeeRateRequest)voidBybitApiAsyncAccountRestClient. getAccountFreeRate(AccountDataRequest getFeeRateRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. getAccountMMPState(AccountDataRequest request)voidBybitApiAsyncAccountRestClient. getAccountMMPState(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. getTransactionLog(AccountDataRequest getTransactionLogRequest)voidBybitApiAsyncAccountRestClient. getTransactionLog(AccountDataRequest getTransactionLogRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. getWalletBalance(AccountDataRequest walletBalanceRequest)voidBybitApiAsyncAccountRestClient. getWalletBalance(AccountDataRequest walletBalanceRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. modifyAccountMMP(AccountDataRequest setMMPRequest)voidBybitApiAsyncAccountRestClient. modifyAccountMMP(AccountDataRequest setMMPRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. resetAccountMMP(AccountDataRequest request)voidBybitApiAsyncAccountRestClient. resetAccountMMP(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. setAccountCollateralCoin(AccountDataRequest setCollateralCoinRequest)voidBybitApiAsyncAccountRestClient. setAccountCollateralCoin(AccountDataRequest setCollateralCoinRequest, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. setAccountMarginMode(AccountDataRequest request)voidBybitApiAsyncAccountRestClient. setAccountMarginMode(AccountDataRequest request, BybitApiCallback<Object> callback)ObjectBybitApiAccountRestClient. setAccountSpotHedging(AccountDataRequest request)voidBybitApiAsyncAccountRestClient. setAccountSpotHedging(AccountDataRequest request, BybitApiCallback<Object> callback) -
Uses of AccountDataRequest in com.bybit.api.client.service
Methods in com.bybit.api.client.service with parameters of type AccountDataRequest Modifier and Type Method Description ResetMMPRequestBybitJsonConverter. mapToResetMarginModeRequest(AccountDataRequest accountDataRequest)SetCollateralCoinRequestBybitJsonConverter. mapToSetCollateralCoinRequest(AccountDataRequest accountDataRequest)SetMarginModeRequestBybitJsonConverter. mapToSetMarginModeRequest(AccountDataRequest accountDataRequest)SetMMPRequestBybitJsonConverter. mapToSetMMPRequest(AccountDataRequest accountDataRequest)SetSpotHedgingRequestBybitJsonConverter. mapToSetSpotHedgingModeRequest(AccountDataRequest setSpotHedging)
-