Class OrderSalesFieldSet

java.lang.Object
com.caplin.motif.fx.trading.orders.details.BaseFieldSet
com.caplin.motif.fx.trading.orders.details.OrderSalesFieldSet

@Deprecated public class OrderSalesFieldSet extends BaseFieldSet
Deprecated.

Represents a set of fields relating to an order.

You do not have to create instances of this class yourself. You can retrieve instances of this class by calling OrderBuilder.getEditableFields() or OrderBuilder.getFixedFields().

  • Method Details

    • setMargin

      public OrderSalesFieldSet setMargin(Object margin)
      Deprecated.
      Sets the margin for the order.
      Parameters:
      margin - The order margin.
      Returns:
      This instance, to allow method chaining.
    • setTrackingRate

      public OrderSalesFieldSet setTrackingRate(Object margin)
      Deprecated.
      Sets the tracking rate for the order.
      Parameters:
      margin - The tracking rate.
      Returns:
      This instance, to allow method chaining.