Uses of Class
com.caplin.motif.fx.trading.orders.submission.ExecutionType
Package
Description
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
Classes and interfaces that relate to submitting an order or order strategy.
-
Uses of ExecutionType in com.caplin.motif.fx.trading.orders.details
Modifier and TypeMethodDescriptionOrderFieldSet.setExecutionType
(ExecutionType type) Deprecated.Sets the execution type of the order, for example Take Profit or Market. -
Uses of ExecutionType in com.caplin.motif.fx.trading.orders.submission
Modifier and TypeFieldDescriptionstatic final ExecutionType
ExecutionType.BENCHMARK
Deprecated.The "Benchmark" execution typestatic final ExecutionType
ExecutionType.CALL_ORDER
Deprecated.The "Call Order" execution typestatic final ExecutionType
ExecutionType.MARKET
Deprecated.The "Market" execution typestatic final ExecutionType
ExecutionType.PEGGED
Deprecated.The "Pegged" execution typestatic final ExecutionType
ExecutionType.STOP_LOSS
Deprecated.The "Stop Loss" execution typestatic final ExecutionType
ExecutionType.TAKE_PROFIT
Deprecated.The "Take Profit" execution typeModifier and TypeMethodDescriptionOrder.getExecutionType()
Deprecated.Returns the execution type of the order.static ExecutionType
Deprecated.Returns the ExecutionType for the specified field name.