Uses of Class
com.bybit.api.client.domain.trade.OrderStatus
-
Packages that use OrderStatus Package Description com.bybit.api.client.domain.trade com.bybit.api.client.restApi -
-
Uses of OrderStatus in com.bybit.api.client.domain.trade
Methods in com.bybit.api.client.domain.trade that return OrderStatus Modifier and Type Method Description static OrderStatusOrderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderStatus[]OrderStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrderStatus in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type OrderStatus Modifier and Type Method Description retrofit2.Call<Object>BybitApiService. getOrderHistory(String category, String symbol, String baseCoin, String settleCoin, String orderId, String orderLinkId, String orderFilter, OrderStatus orderStatus, Long startTime, Long endTime, Integer limit, String cursor)Get Order History Query order history.
-