Uses of Class
org.knowm.xchange.bybit.dto.trade.details.BybitOrderDetail
Packages that use BybitOrderDetail
Package
Description
-
Uses of BybitOrderDetail in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return types with arguments of type BybitOrderDetailModifier and TypeMethodDescriptionBybitAuthenticated.getOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String category, String orderId) Methods in org.knowm.xchange.bybit with parameters of type BybitOrderDetailModifier and TypeMethodDescriptionstatic OrderBybitAdapters.adaptBybitOrderDetails(BybitOrderDetail bybitOrderResult) -
Uses of BybitOrderDetail in org.knowm.xchange.bybit.dto.trade.details
Classes in org.knowm.xchange.bybit.dto.trade.details with type parameters of type BybitOrderDetail -
Uses of BybitOrderDetail in org.knowm.xchange.bybit.dto.trade.details.linear
Subclasses of BybitOrderDetail in org.knowm.xchange.bybit.dto.trade.details.linear -
Uses of BybitOrderDetail in org.knowm.xchange.bybit.dto.trade.details.spot
Subclasses of BybitOrderDetail in org.knowm.xchange.bybit.dto.trade.details.spot -
Uses of BybitOrderDetail in org.knowm.xchange.bybit.service
Methods in org.knowm.xchange.bybit.service that return types with arguments of type BybitOrderDetailModifier and TypeMethodDescriptionBybitTradeServiceRaw.getBybitOrder(BybitCategory category, String orderId)