Uses of Enum
com.studerw.tda.model.account.OrderLegCollection.QuantityType
Packages that use OrderLegCollection.QuantityType
-
Uses of OrderLegCollection.QuantityType in com.studerw.tda.model.account
Methods in com.studerw.tda.model.account that return OrderLegCollection.QuantityTypeModifier and TypeMethodDescriptionOrderLegCollection.getQuantityType()
Returns the enum constant of this type with the specified name.static OrderLegCollection.QuantityType[]
OrderLegCollection.QuantityType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.studerw.tda.model.account with parameters of type OrderLegCollection.QuantityTypeModifier and TypeMethodDescriptionvoid
OrderLegCollection.setQuantityType
(OrderLegCollection.QuantityType quantityType)