Uses of Class
com.caplin.motif.fx.trading.orders.details.Order
Package
Description
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
Classes that represent the events that can happen during an attempt to edit an existing order or order strategy.
-
Uses of Order in com.caplin.motif.fx.trading.orders.details
Modifier and TypeMethodDescriptionStrategy.getOrderByLegID
(int legID) Deprecated.Returns the order associated with this strategy that has the provided leg ID.Order.getPreviousOrder()
Deprecated.Modifier and TypeMethodDescriptionStrategy.getOrders()
Deprecated.Returns the set of orders associated with this strategy.Modifier and TypeMethodDescriptionStrategyBuilder.addOrderBuilder
(int legID, Order previousOrder) Deprecated.Adds anOrderBuilder
to this instance of StrategyBuilder with the specified leg ID and previous field set. -
Uses of Order in com.caplin.motif.fx.trading.orders.edit.event
Modifier and TypeMethodDescriptionSaveEvent.getEditedOrders()
SaveEvent.getEditedOrdersWithChangedEditableFields()