Package com.bybit.api.client.impl
Class BybitApiAsyncBrokerRestClientImpl
- java.lang.Object
-
- com.bybit.api.client.impl.BybitApiAsyncBrokerRestClientImpl
-
- All Implemented Interfaces:
BybitApiAsyncBrokerRestClient
public class BybitApiAsyncBrokerRestClientImpl extends Object implements BybitApiAsyncBrokerRestClient
-
-
Constructor Summary
Constructors Constructor Description BybitApiAsyncBrokerRestClientImpl(String apiKey, String secret, String baseUrl, boolean debugMode, long recvWindow, String logOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetBrokerAccountInfo(BybitApiCallback<Object> callback)voidgetBrokerEarningData(BrokerDataRequest brokerEarningRequest, BybitApiCallback<Object> callback)
-
-
-
Method Detail
-
getBrokerEarningData
public void getBrokerEarningData(BrokerDataRequest brokerEarningRequest, BybitApiCallback<Object> callback)
- Specified by:
getBrokerEarningDatain interfaceBybitApiAsyncBrokerRestClient
-
getBrokerAccountInfo
public void getBrokerAccountInfo(BybitApiCallback<Object> callback)
- Specified by:
getBrokerAccountInfoin interfaceBybitApiAsyncBrokerRestClient
-
-