Package com.bybit.api.client.impl
Class BybitApBrokerRestClientImpl
- java.lang.Object
-
- com.bybit.api.client.impl.BybitApBrokerRestClientImpl
-
- All Implemented Interfaces:
BybitApiBrokerRestClient
public class BybitApBrokerRestClientImpl extends Object implements BybitApiBrokerRestClient
-
-
Constructor Summary
Constructors Constructor Description BybitApBrokerRestClientImpl(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 ObjectgetBrokerAccountInfo()ObjectgetBrokerEarningData(BrokerDataRequest brokerDataRequest)
-
-
-
Method Detail
-
getBrokerEarningData
public Object getBrokerEarningData(BrokerDataRequest brokerDataRequest)
- Specified by:
getBrokerEarningDatain interfaceBybitApiBrokerRestClient
-
getBrokerAccountInfo
public Object getBrokerAccountInfo()
- Specified by:
getBrokerAccountInfoin interfaceBybitApiBrokerRestClient
-
-