Package org.knowm.xchange.bybit.service
Class BybitMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.bybit.service.BybitBaseService
org.knowm.xchange.bybit.service.BybitMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BybitMarketDataService
public class BybitMarketDataServiceRaw extends BybitBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.bybit.service.BybitBaseService
apiKey, bybit, bybitAuthenticated, nonceFactory, signatureCreator
-
Constructor Summary
Constructors Constructor Description BybitMarketDataServiceRaw(BybitExchange exchange)
-
Method Summary
Modifier and Type Method Description BybitResult<List<BybitSymbol>>
getSymbols()
BybitResult<List<BybitTicker>>
getTicker24h(String symbol)
-
Constructor Details
-
BybitMarketDataServiceRaw
-
-
Method Details
-
getTicker24h
- Throws:
IOException
-
getSymbols
- Throws:
IOException
-