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()
orOrderBuilder.getFixedFields()
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OrderSalesFieldSet
setMargin(java.lang.Object margin)
Deprecated.Sets the margin for the order.OrderSalesFieldSet
setTrackingRate(java.lang.Object margin)
Deprecated.Sets the tracking rate for the order.-
Methods inherited from class com.caplin.motif.fx.trading.orders.details.BaseFieldSet
setField, setFields, toString
-
-
-
-
Method Detail
-
setMargin
public OrderSalesFieldSet setMargin(java.lang.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(java.lang.Object margin)
Deprecated.Sets the tracking rate for the order.- Parameters:
margin
- The tracking rate.- Returns:
- This instance, to allow method chaining.
-
-