Uses of Class
com.caplin.motif.fx.trading.orders.details.Strategy
Package
Description
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
Classes and interfaces that relate to editing an existing order or order strategy.
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
Modifier and TypeMethodDescriptionStrategyBuilder.build()
Deprecated.Materialises a Strategy object as configured by the StrategyBuilder.StrategyBuilder.build
(boolean isSales) Deprecated.Materialises a Strategy object as configured by the StrategyBuilder, including sales fields if isSales is true.Strategy.getPreviousStrategy()
Deprecated.Modifier and TypeMethodDescriptionvoid
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
Deprecated.void
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
Deprecated.ModifierConstructorDescriptionStrategyBuilder
(Strategy previousStrategy) Deprecated.Creates a new StrategyBuilder with previous fieldSets. -
Uses of Strategy in com.caplin.motif.fx.trading.orders.edit
-
Uses of Strategy in com.caplin.motif.fx.trading.orders.edit.event
Modifier and TypeMethodDescriptionStrategyEvent.getStrategy()
Returns the latest strategy, updated by this eventModifierConstructorDescriptionEditAcceptEvent
(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, 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
(String eventName, Strategy strategy) ValidationErrorEvent
(Strategy strategy) Constructs an ValidationErrorEvent with the event name "ValidationError".