Uses of Enum Class
eds.model.Order.Side
Packages that use Order.Side
-
Uses of Order.Side in eds.model
Subclasses with type arguments of type Order.Side in eds.modelMethods in eds.model that return Order.SideModifier and TypeMethodDescriptionOrder.getSide()Returns the side of the order.static Order.SideReturns the enum constant of this class with the specified name.static Order.Side[]Order.Side.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.SideModifierConstructorDescriptionOrder(Order.Side side, Order.Type type, double price, int size, double arrivalTime) Creates a new order instance.