Uses of Class
com.markose.etrade.order.OrderType
-
Packages that use OrderType Package Description com.markose.etrade.order -
-
Uses of OrderType in com.markose.etrade.order
Methods in com.markose.etrade.order that return OrderType Modifier and Type Method Description static OrderTypeOrderType. fromValue(java.lang.String v)OrderTypeOrder. getOrderType()OrderTypePreviewOrderRequest. getOrderType()static OrderTypeOrderType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrderType[]OrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.markose.etrade.order with parameters of type OrderType Modifier and Type Method Description voidPreviewOrderRequest. setOrderType(OrderType orderType)
-