Uses of Enum Class
org.knowm.xchange.deribit.v2.dto.trade.OrderState
Packages that use OrderState
-
Uses of OrderState in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 with parameters of type OrderStateModifier and TypeMethodDescriptionstatic Order.OrderStatusDeribitAdapters.adaptOrderStatus(OrderState state) -
Uses of OrderState in org.knowm.xchange.deribit.v2.dto.trade
Methods in org.knowm.xchange.deribit.v2.dto.trade that return OrderStateModifier and TypeMethodDescriptionstatic OrderStateReturns the enum constant of this class with the specified name.static OrderState[]OrderState.values()Returns an array containing the constants of this enum class, in the order they are declared.