Package com.caplin.motif.fx.orders
Class OrderStatus
- java.lang.Object
-
- com.caplin.motif.fx.orders.OrderStatus
-
public class OrderStatus extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTIVE
static String
CANCELLED
static String
CANCELLED_BY_PARTNER
static String
COMPLETED
static String
DEACTIVATED
static String
EXPIRED
static String
PARENT_ACTIVE
static String
PENDING_ACCEPT
static String
PENDING_ACTIVATION
static String
PENDING_CANCEL
static String
PENDING_DEACTIVATION
static String
REJECTED
-
Constructor Summary
Constructors Constructor Description OrderStatus()
-
-
-
Field Detail
-
PENDING_ACCEPT
public static final String PENDING_ACCEPT
- See Also:
- Constant Field Values
-
PENDING_ACTIVATION
public static final String PENDING_ACTIVATION
- See Also:
- Constant Field Values
-
ACTIVE
public static final String ACTIVE
- See Also:
- Constant Field Values
-
PARENT_ACTIVE
public static final String PARENT_ACTIVE
- See Also:
- Constant Field Values
-
PENDING_DEACTIVATION
public static final String PENDING_DEACTIVATION
- See Also:
- Constant Field Values
-
DEACTIVATED
public static final String DEACTIVATED
- See Also:
- Constant Field Values
-
EXPIRED
public static final String EXPIRED
- See Also:
- Constant Field Values
-
COMPLETED
public static final String COMPLETED
- See Also:
- Constant Field Values
-
REJECTED
public static final String REJECTED
- See Also:
- Constant Field Values
-
PENDING_CANCEL
public static final String PENDING_CANCEL
- See Also:
- Constant Field Values
-
CANCELLED
public static final String CANCELLED
- See Also:
- Constant Field Values
-
CANCELLED_BY_PARTNER
public static final String CANCELLED_BY_PARTNER
- See Also:
- Constant Field Values
-
-