Uses of Class
com.markose.etrade.order.OrderStatus
-
Packages that use OrderStatus Package Description com.markose.etrade.order -
-
Uses of OrderStatus in com.markose.etrade.order
Methods in com.markose.etrade.order that return OrderStatus Modifier and Type Method Description static OrderStatusOrderStatus. fromValue(java.lang.String v)OrderStatusOrderDetail. getStatus()OrderStatusOrderListRequest. getStatus()static OrderStatusOrderStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrderStatus[]OrderStatus. 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 OrderStatus Modifier and Type Method Description voidOrderListRequest. setStatus(OrderStatus status)
-