Uses of Class
com.longbridge.trade.OrderStatus
-
Packages that use OrderStatus Package Description com.longbridge.trade -
-
Uses of OrderStatus in com.longbridge.trade
Methods in com.longbridge.trade that return OrderStatus Modifier and Type Method Description OrderStatusOrder. getStatus()Returns the order status.OrderStatusOrderDetail. getStatus()Returns the order status.OrderStatusOrderHistoryDetail. getStatus()Returns the order status at this history point.OrderStatusPushOrderChanged. getStatus()Returns the order status.static OrderStatusOrderStatus. valueOf(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.longbridge.trade with parameters of type OrderStatus Modifier and Type Method Description GetHistoryOrdersOptionsGetHistoryOrdersOptions. setStatus(OrderStatus[] status)Filters by order status.GetTodayOrdersOptionsGetTodayOrdersOptions. setStatus(OrderStatus[] status)Filters by order status.
-