Uses of Enum Class
org.knowm.xchange.bybit.dto.trade.BybitSide
Packages that use BybitSide
Package
Description
-
Uses of BybitSide in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return BybitSideModifier and TypeMethodDescriptionstatic BybitSideBybitAdapters.getSideString(Order.OrderType type) Methods in org.knowm.xchange.bybit with parameters of type BybitSideModifier and TypeMethodDescriptionstatic Order.OrderTypeBybitAdapters.getOrderType(BybitSide side) -
Uses of BybitSide in org.knowm.xchange.bybit.dto.trade
Methods in org.knowm.xchange.bybit.dto.trade that return BybitSide -
Uses of BybitSide in org.knowm.xchange.bybit.service
Methods in org.knowm.xchange.bybit.service with parameters of type BybitSideModifier and TypeMethodDescriptionBybitTradeServiceRaw.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)