Uses of Enum
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.OrderStatus
DeribitAdapters.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 OrderState
Returns the enum constant of this type with the specified name.static OrderState[]
OrderState.values()
Returns an array containing the constants of this enum type, in the order they are declared.