Class OrderProperties

java.lang.Object
com.caplin.motif.fx.ret.orders.strategy.builder.OrderProperties

public class OrderProperties extends Object
Used to encapsulate additional properties of an Order that can then be stored in the Taker Order Custom field in RET.
See Also:
  • Method Details

    • builder

      public static OrderProperties.Builder builder()
      Returns an instance of OrderProperties.Builder that can be used to construct an OrderProperties object.
      Returns:
      The builder.
    • getOrder

      public Order getOrder()
      Returns the order.
      Returns:
      The Order.
    • getUnit

      public String getUnit()
      Returns the unit.
      Returns:
      The unit.
    • getAmount

      public String getAmount()
      Returns the amount.
      Returns:
      The amount.