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
-
-
-
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
-
getC2CLendingCoinInfo
public void getC2CLendingCoinInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
- Specified by:
getC2CLendingCoinInfoin interfaceBybitApiAsyncLendingRestClient
-
C2cLendingDepositFunds
public void C2cLendingDepositFunds(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
- Specified by:
C2cLendingDepositFundsin interfaceBybitApiAsyncLendingRestClient
-
C2cLendingRedeemFunds
public void C2cLendingRedeemFunds(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
- Specified by:
C2cLendingRedeemFundsin interfaceBybitApiAsyncLendingRestClient
-
C2cLendingRedeemCancel
public void C2cLendingRedeemCancel(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
- Specified by:
C2cLendingRedeemCancelin interfaceBybitApiAsyncLendingRestClient
-
getC2cOrdersRecords
public void getC2cOrdersRecords(LendingDataRequest c2cOrdersRecordsRequest, BybitApiCallback<Object> callback)
- Specified by:
getC2cOrdersRecordsin interfaceBybitApiAsyncLendingRestClient
-
getC2CLendingAccountInfo
public void getC2CLendingAccountInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
- Specified by:
getC2CLendingAccountInfoin interfaceBybitApiAsyncLendingRestClient
-
-