Uses of Enum Class
eds.model.Order.Type
Packages that use Order.Type
-
Uses of Order.Type in eds.model
Subclasses with type arguments of type Order.Type in eds.modelMethods in eds.model that return Order.TypeModifier and TypeMethodDescriptionOrder.getType()Returns the order type.static Order.TypeReturns the enum constant of this class with the specified name.static Order.Type[]Order.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eds.model with parameters of type Order.TypeModifierConstructorDescriptionOrder(Order.Side side, Order.Type type, double price, int size, double arrivalTime) Creates a new order instance.