Class ActionCode

java.lang.Object
com.caplin.motif.fx.orders.ActionCode

public class ActionCode extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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:
    • ENTERED_QUANTITY

      public static final int ENTERED_QUANTITY
      EN translation: Order entered for 'quantity'
      • AuditParameter1 must be the Order Quantity.
      See Also:
    • ENTERED_PRICE

      public static final int ENTERED_PRICE
      EN translation: Order entered for 'limit price'
      • AuditParameter1 must be the Limit Price.
      See Also:
    • 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:
    • MODIFIED_QUANTITY

      public static final int MODIFIED_QUANTITY
      EN translation: Order modified for 'quantity'
      • AuditParameter1 must be the Order Quantity.
      See Also:
    • MODIFIED_PRICE

      public static final int MODIFIED_PRICE
      EN translation: Order modified for 'limit price'
      • AuditParameter1 must be the Limit Price.
      See Also:
    • STATE_CHANGE

      public static final int STATE_CHANGE
      EN translation: Order status changed to 'state'
      • AuditParameter1 must be the Order State.
      See Also:
    • FULLY_FILLED

      public static final int FULLY_FILLED
      EN translation: Order fully filled for 'quantity'
      • AuditParameter1 must be the Order Quantity.
      See Also:
    • 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:
    • 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:
  • Constructor Details

    • ActionCode

      public ActionCode()