Package com.caplin.motif.fx.orders
Class ActionCode
java.lang.Object
com.caplin.motif.fx.orders.ActionCode
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
EN translation: Order entered for 'limit price
' AuditParameter1 must be the Limit Price.static final int
EN translation: Order entered for 'quantity
' AuditParameter1 must be the Order Quantity.static final int
EN translation: Order entered for 'quantity
' at 'limit price
' AuditParameter1 must be the Order Quantity.static final int
EN translation: Order fully filled for 'quantity
' AuditParameter1 must be the Order Quantity.static final int
EN translation: Order modified for 'limit price
' AuditParameter1 must be the Limit Price.static final int
EN translation: Order modified for 'quantity
' AuditParameter1 must be the Order Quantity.static final int
EN translation: Order modified for 'quantity
' at 'limit price
' AuditParameter1 must be the Order Quantity.static final int
Use this action code this if you want to send non-translatable action text.static final int
EN translation: Order partially filled 'fill quantity
' of 'quantity
' - 'remaining quantity
' remaining AuditParameter1 must be the Fill Quantity.static final int
EN translation: Order status changed to 'state
' AuditParameter1 must be the Order State. -
Constructor Summary
-
Method Summary
-
Field Details
-
ENTERED_QUANTITY_PRICE
public static final int ENTERED_QUANTITY_PRICEEN translation: Order entered for 'quantity
' at 'limit price
'- AuditParameter1 must be the Order Quantity.
- AuditParameter2 must be the Limit Price.
- See Also:
-
ENTERED_QUANTITY
public static final int ENTERED_QUANTITYEN translation: Order entered for 'quantity
'- AuditParameter1 must be the Order Quantity.
- See Also:
-
ENTERED_PRICE
public static final int ENTERED_PRICEEN translation: Order entered for 'limit price
'- AuditParameter1 must be the Limit Price.
- See Also:
-
MODIFIED_QUANTITY_PRICE
public static final int MODIFIED_QUANTITY_PRICEEN translation: Order modified for 'quantity
' at 'limit price
'- AuditParameter1 must be the Order Quantity.
- AuditParameter2 must be the Limit Price.
- See Also:
-
MODIFIED_QUANTITY
public static final int MODIFIED_QUANTITYEN translation: Order modified for 'quantity
'- AuditParameter1 must be the Order Quantity.
- See Also:
-
MODIFIED_PRICE
public static final int MODIFIED_PRICEEN translation: Order modified for 'limit price
'- AuditParameter1 must be the Limit Price.
- See Also:
-
STATE_CHANGE
public static final int STATE_CHANGEEN translation: Order status changed to 'state
'- AuditParameter1 must be the Order State.
- See Also:
-
FULLY_FILLED
public static final int FULLY_FILLEDEN translation: Order fully filled for 'quantity
'- AuditParameter1 must be the Order Quantity.
- See Also:
-
PARTIALLY_FILLED
public static final int PARTIALLY_FILLEDEN 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:
-
NON_TRANSLATABLE
public static final int NON_TRANSLATABLEUse this action code this if you want to send non-translatable action text.- AuditParameter1 must be the non-translatable action text.
- See Also:
-
-
Constructor Details
-
ActionCode
public ActionCode()
-