Uses of Class
org.knowm.xchange.bybit.dto.BybitResult
Packages that use BybitResult
-
Uses of BybitResult in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return BybitResultModifier 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) Methods in org.knowm.xchange.bybit with parameters of type BybitResultModifier and TypeMethodDescriptionstatic <T> BybitExceptionBybitAdapters.createBybitExceptionFromResult(BybitResult<T> bybitResult) -
Uses of BybitResult in org.knowm.xchange.bybit.service
Methods in org.knowm.xchange.bybit.service that return BybitResultModifier and TypeMethodDescriptionBybitAccountServiceRaw.getAllCoinsBalance(BybitAccountType accountType) BybitTradeServiceRaw.getBybitOrder(BybitCategory category, String orderId) BybitAccountServiceRaw.getFeeRates(BybitCategory category, String symbol) BybitMarketDataServiceRaw.getInstrumentsInfo(BybitCategory category) BybitMarketDataServiceRaw.getTicker24h(BybitCategory category, String symbol) BybitAccountServiceRaw.getWalletBalances(BybitAccountType accountType) BybitTradeServiceRaw.placeLimitOrder(BybitCategory category, String symbol, BybitSide side, BigDecimal qty, BigDecimal limitPrice, String orderLinkId) BybitTradeServiceRaw.placeMarketOrder(BybitCategory category, String symbol, BybitSide side, BigDecimal qty, String orderLinkId)