Uses of Class
com.caplin.motif.fx.trading.orders.details.OrderSalesFieldSet
-
Packages that use OrderSalesFieldSet Package Description com.caplin.motif.fx.trading.orders.details Classes and interfaces that relate to supplying the details of a previously submitted order strategy. -
-
Uses of OrderSalesFieldSet in com.caplin.motif.fx.trading.orders.details
Methods in com.caplin.motif.fx.trading.orders.details that return OrderSalesFieldSet Modifier and Type Method Description OrderSalesFieldSet
OrderBuilder. getEditableSalesFields()
Deprecated.Returns the fields relating to the order that can be edited by the user.OrderSalesFieldSet
OrderBuilder. getFixedSalesFields()
Deprecated.Returns the fields relating to the order that cannot be edited by the user These fields are only visible on the Sales Order Details subject.OrderSalesFieldSet
OrderSalesFieldSet. setMargin(java.lang.Object margin)
Deprecated.Sets the margin for the order.OrderSalesFieldSet
OrderSalesFieldSet. setTrackingRate(java.lang.Object margin)
Deprecated.Sets the tracking rate for the order.
-