Package com.caplin.motif.fx.orders
Class ActionCode
- java.lang.Object
-
- com.caplin.motif.fx.orders.ActionCode
-
public class ActionCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENTERED_PRICE
EN translation: Order entered for 'limit price
' AuditParameter1 must be the Limit Price.static int
ENTERED_QUANTITY
EN translation: Order entered for 'quantity
' AuditParameter1 must be the Order Quantity.static int
ENTERED_QUANTITY_PRICE
EN translation: Order entered for 'quantity
' at 'limit price
' AuditParameter1 must be the Order Quantity.static int
FULLY_FILLED
EN translation: Order fully filled for 'quantity
' AuditParameter1 must be the Order Quantity.static int
MODIFIED_PRICE
EN translation: Order modified for 'limit price
' AuditParameter1 must be the Limit Price.static int
MODIFIED_QUANTITY
EN translation: Order modified for 'quantity
' AuditParameter1 must be the Order Quantity.static int
MODIFIED_QUANTITY_PRICE
EN translation: Order modified for 'quantity
' at 'limit price
' AuditParameter1 must be the Order Quantity.static int
NON_TRANSLATABLE
Use this action code this if you want to send non-translatable action text.static int
PARTIALLY_FILLED
EN translation: Order partially filled 'fill quantity
' of 'quantity
' - 'remaining quantity
' remaining AuditParameter1 must be the Fill Quantity.static int
STATE_CHANGE
EN translation: Order status changed to 'state
' AuditParameter1 must be the Order State.
-
Constructor Summary
Constructors Constructor Description ActionCode()
-
-
-
Field Detail
-
ENTERED_QUANTITY_PRICE
public static final int ENTERED_QUANTITY_PRICE
EN translation: Order entered for 'quantity
' at 'limit price
'- AuditParameter1 must be the Order Quantity.
- AuditParameter2 must be the Limit Price.
- See Also:
- Constant Field Values
-
ENTERED_QUANTITY
public static final int ENTERED_QUANTITY
EN translation: Order entered for 'quantity
'- AuditParameter1 must be the Order Quantity.
- See Also:
- Constant Field Values
-
ENTERED_PRICE
public static final int ENTERED_PRICE
EN translation: Order entered for 'limit price
'- AuditParameter1 must be the Limit Price.
- See Also:
- Constant Field Values
-
MODIFIED_QUANTITY_PRICE
public static final int MODIFIED_QUANTITY_PRICE
EN translation: Order modified for 'quantity
' at 'limit price
'- AuditParameter1 must be the Order Quantity.
- AuditParameter2 must be the Limit Price.
- See Also:
- Constant Field Values
-
MODIFIED_QUANTITY
public static final int MODIFIED_QUANTITY
EN translation: Order modified for 'quantity
'- AuditParameter1 must be the Order Quantity.
- See Also:
- Constant Field Values
-
MODIFIED_PRICE
public static final int MODIFIED_PRICE
EN translation: Order modified for 'limit price
'- AuditParameter1 must be the Limit Price.
- See Also:
- Constant Field Values
-
STATE_CHANGE
public static final int STATE_CHANGE
EN translation: Order status changed to 'state
'- AuditParameter1 must be the Order State.
- See Also:
- Constant Field Values
-
FULLY_FILLED
public static final int FULLY_FILLED
EN translation: Order fully filled for 'quantity
'- AuditParameter1 must be the Order Quantity.
- See Also:
- Constant Field Values
-
PARTIALLY_FILLED
public static final int PARTIALLY_FILLED
EN translation: Order partially filled 'fill quantity
' of 'quantity
' - 'remaining quantity
' remaining- AuditParameter1 must be the Fill Quantity.
- AuditParameter2 must be the Full Order Quantity.
- AuditParameter3 must be the Remaining Order Quantity.
- See Also:
- Constant Field Values
-
NON_TRANSLATABLE
public static final int NON_TRANSLATABLE
Use this action code this if you want to send non-translatable action text.- AuditParameter1 must be the non-translatable action text.
- See Also:
- Constant Field Values
-
-