Uses of Enum Class
org.knowm.xchange.bybit.dto.BybitCategory
Packages that use BybitCategory
Package
Description
-
Uses of BybitCategory in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return BybitCategoryModifier and TypeMethodDescriptionstatic BybitCategoryBybitAdapters.getCategory(Instrument instrument) -
Uses of BybitCategory in org.knowm.xchange.bybit.dto
Methods in org.knowm.xchange.bybit.dto that return BybitCategoryModifier and TypeMethodDescriptionstatic BybitCategoryReturns the enum constant of this class with the specified name.static BybitCategory[]BybitCategory.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BybitCategory in org.knowm.xchange.bybit.service
Methods in org.knowm.xchange.bybit.service with parameters of type BybitCategoryModifier and TypeMethodDescriptionBybitTradeServiceRaw.getBybitOrder(BybitCategory category, String orderId) BybitAccountServiceRaw.getFeeRates(BybitCategory category, String symbol) BybitMarketDataServiceRaw.getInstrumentsInfo(BybitCategory category) BybitMarketDataServiceRaw.getTicker24h(BybitCategory category, String symbol) 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)