Package com.bybit.api.client.restApi
Interface BybitApiAsyncBrokerRestClient
-
- All Known Implementing Classes:
BybitApiAsyncBrokerRestClientImpl
public interface BybitApiAsyncBrokerRestClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetBrokerAccountInfo(BybitApiCallback<Object> callback)voidgetBrokerEarningData(BrokerDataRequest brokerDataRequest, BybitApiCallback<Object> callback)
-
-
-
Method Detail
-
getBrokerEarningData
void getBrokerEarningData(BrokerDataRequest brokerDataRequest, BybitApiCallback<Object> callback)
-
getBrokerAccountInfo
void getBrokerAccountInfo(BybitApiCallback<Object> callback)
-
-