Uses of Class
com.caplin.motif.fx.trading.orders.details.BaseFieldSet
-
Packages that use BaseFieldSet 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 BaseFieldSet in com.caplin.motif.fx.trading.orders.details
Classes in com.caplin.motif.fx.trading.orders.details with type parameters of type BaseFieldSet Modifier and Type Class Description class
FieldSetPair<T extends BaseFieldSet>
Deprecated.Subclasses of BaseFieldSet in com.caplin.motif.fx.trading.orders.details Modifier and Type Class Description class
OrderFieldSet
Deprecated.class
OrderSalesFieldSet
Deprecated.class
StrategyFieldSet
Deprecated.Methods in com.caplin.motif.fx.trading.orders.details that return BaseFieldSet Modifier and Type Method Description BaseFieldSet
BaseFieldSet. setField(java.lang.String key, java.lang.Object value)
Deprecated.Sets the value of a field by name.BaseFieldSet
BaseFieldSet. setFields(java.util.Map<java.lang.String,java.lang.Object> fields)
Deprecated.Sets the value of a number of fields by name.
-