Class OrderSalesFieldSet
java.lang.Object
com.caplin.motif.fx.trading.orders.details.BaseFieldSet
com.caplin.motif.fx.trading.orders.details.OrderSalesFieldSet
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 Summary
Modifier and TypeMethodDescriptionDeprecated.Sets the margin for the order.setTrackingRate
(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 Details
-
setMargin
Deprecated.Sets the margin for the order.- Parameters:
margin
- The order margin.- Returns:
- This instance, to allow method chaining.
-
setTrackingRate
Deprecated.Sets the tracking rate for the order.- Parameters:
margin
- The tracking rate.- Returns:
- This instance, to allow method chaining.
-