Package com.bybit.api.client.impl
Class BybitApiAsyncLendingRestClientImpl
- java.lang.Object
-
- com.bybit.api.client.impl.BybitApiAsyncLendingRestClientImpl
-
- All Implemented Interfaces:
BybitApiAsyncLendingRestClient
public class BybitApiAsyncLendingRestClientImpl extends Object implements BybitApiAsyncLendingRestClient
-
-
Constructor Summary
Constructors Constructor Description BybitApiAsyncLendingRestClientImpl(String apiKey, String apiSecret, String baseUrl, boolean debugMode, long recvWindow, String logOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetInsLoanOrders(LendingDataRequest institutionLoanOrdersRequest, BybitApiCallback<Object> callback)voidgetInsLoanToValue(BybitApiCallback<Object> callback)voidgetInsMarginCoinInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)voidgetInsProductInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)voidgetInsRepayOrders(LendingDataRequest institutionRepayOrdersRequest, BybitApiCallback<Object> callback)voidupdateInstitutionLoanUid(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
-
-
Method Detail
-
getInsProductInfo
public void getInsProductInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
- Specified by:
getInsProductInfoin interfaceBybitApiAsyncLendingRestClient
-
getInsMarginCoinInfo
public void getInsMarginCoinInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
- Specified by:
getInsMarginCoinInfoin interfaceBybitApiAsyncLendingRestClient
-
getInsLoanOrders
public void getInsLoanOrders(LendingDataRequest institutionLoanOrdersRequest, BybitApiCallback<Object> callback)
- Specified by:
getInsLoanOrdersin interfaceBybitApiAsyncLendingRestClient
-
getInsRepayOrders
public void getInsRepayOrders(LendingDataRequest institutionRepayOrdersRequest, BybitApiCallback<Object> callback)
- Specified by:
getInsRepayOrdersin interfaceBybitApiAsyncLendingRestClient
-
getInsLoanToValue
public void getInsLoanToValue(BybitApiCallback<Object> callback)
- Specified by:
getInsLoanToValuein interfaceBybitApiAsyncLendingRestClient
-
updateInstitutionLoanUid
public void updateInstitutionLoanUid(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
- Specified by:
updateInstitutionLoanUidin interfaceBybitApiAsyncLendingRestClient
-
-