Uses of Class
org.knowm.xchange.bybit.dto.trade.BybitOrderResponse
Packages that use BybitOrderResponse
-
Uses of BybitOrderResponse in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return types with arguments of type BybitOrderResponseModifier and TypeMethodDescriptionBybitAuthenticated.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) -
Uses of BybitOrderResponse in org.knowm.xchange.bybit.service
Methods in org.knowm.xchange.bybit.service that return types with arguments of type BybitOrderResponseModifier 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)