Uses of Class
org.knowm.xchange.bybit.service.BybitException
Packages that use BybitException
-
Uses of BybitException in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return BybitExceptionModifier and TypeMethodDescriptionstatic <T> BybitExceptionBybitAdapters.createBybitExceptionFromResult(BybitResult<T> bybitResult) Methods in org.knowm.xchange.bybit that throw BybitExceptionModifier and TypeMethodDescriptionBybitAuthenticated.getAllCoinsBalance(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String accountType) BybitAuthenticated.getFeeRates(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String category, String symbol) Bybit.getInstrumentsInfo(String category) BybitAuthenticated.getOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String category, String orderId) Bybit.getTicker24h(String category, String symbol) BybitAuthenticated.getWalletBalance(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String accountType) BybitAuthenticated.placeLimitOrder(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String category, String symbol, String side, String orderType, BigDecimal qty, BigDecimal price, Integer positionIdx, String orderLinkId, Boolean reduceOnly) BybitAuthenticated.placeMarketOrder(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String category, String symbol, String side, String orderType, BigDecimal qty, String orderLinkId)