Uses of Enum Class
com.caplin.motif.fx.config.definitions.client.OrderType
-
Uses of OrderType in com.caplin.motif.fx.config.definitions.client
Modifier and TypeMethodDescriptionstatic OrderType
static OrderType
Returns the enum constant of this class with the specified name.static OrderType[]
OrderType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOrderStrategy.getOrderTypes()
Which order types this strategy supports.Modifier and TypeMethodDescriptionOrderStrategy.orderTypes
(List<OrderType> orderTypes) void
OrderStrategy.setOrderTypes
(List<OrderType> orderTypes)