Uses of Class
com.caplin.motif.fx.trading.orders.details.Strategy
-
Packages that use Strategy Package Description com.caplin.motif.fx.trading.orders.details Classes and interfaces that relate to supplying the details of a previously submitted order strategy.com.caplin.motif.fx.trading.orders.edit Classes and interfaces that relate to editing an existing order or order strategy.com.caplin.motif.fx.trading.orders.edit.event Classes that represent the events that can happen during an attempt to edit an existing order or order strategy. -
-
Uses of Strategy in com.caplin.motif.fx.trading.orders.details
Methods in com.caplin.motif.fx.trading.orders.details that return Strategy Modifier and Type Method Description Strategy
StrategyBuilder. build()
Deprecated.Materialises a Strategy object as configured by the StrategyBuilder.Strategy
StrategyBuilder. build(boolean isSales)
Deprecated.Materialises a Strategy object as configured by the StrategyBuilder, including sales fields if isSales is true.Strategy
Strategy. getPreviousStrategy()
Deprecated.Methods in com.caplin.motif.fx.trading.orders.details with parameters of type Strategy Modifier and Type Method Description void
StrategyDetailsCallback. onImage(Strategy strategy)
Deprecated.Call this method when you have retrieved the details of the strategy from your trading system and are ready to send them back to the client.void
StrategyDetailsCallbackImpl. onImage(Strategy strategy)
Deprecated.void
StrategyDetailsCallback. onUpdate(Strategy strategy)
Deprecated.Call this method when you have retrieved the details of the strategy from your trading system and are ready to send them back to the client.void
StrategyDetailsCallbackImpl. onUpdate(Strategy strategy)
Deprecated.Constructors in com.caplin.motif.fx.trading.orders.details with parameters of type Strategy Constructor Description StrategyBuilder(Strategy previousStrategy)
Deprecated.Creates a new StrategyBuilder with previous fieldSets. -
Uses of Strategy in com.caplin.motif.fx.trading.orders.edit
Methods in com.caplin.motif.fx.trading.orders.edit that return Strategy Modifier and Type Method Description Strategy
StrategyCache. getStrategy()
Methods in com.caplin.motif.fx.trading.orders.edit with parameters of type Strategy Modifier and Type Method Description void
StrategyCache. setStrategy(Strategy strategy)
-
Uses of Strategy in com.caplin.motif.fx.trading.orders.edit.event
Methods in com.caplin.motif.fx.trading.orders.edit.event that return Strategy Modifier and Type Method Description Strategy
StrategyEvent. getStrategy()
Returns the latest strategy, updated by this eventConstructors in com.caplin.motif.fx.trading.orders.edit.event with parameters of type Strategy Constructor Description EditAcceptEvent(Strategy strategy)
Constructs an EditAcceptEvent with the event name "EditAccept".RefreshEvent(Strategy strategy)
Constructs an RefreshEvent with the event name "Refresh".SaveAcceptEvent(Strategy strategy)
Constructs a SaveAcceptEvent with the event name "SaveAccept".SaveAndCompleteEvent(Strategy strategy, java.lang.String orderID)
Constructs a SaveAndCompleteEvent with the event name "SaveAndComplete".SaveEvent(Strategy strategy, com.google.common.collect.ImmutableList<Order> editedOrders, com.google.common.collect.ImmutableList<Order> editableOrdersWithChangedEditableFields)
Constructs an SaveEvent with the event name "Save".StrategyEvent(java.lang.String eventName, Strategy strategy)
ValidationErrorEvent(Strategy strategy)
Constructs an ValidationErrorEvent with the event name "ValidationError".
-