Uses of Class
com.caplin.motif.fx.trading.orders.details.Order
-
Packages that use Order 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.event 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
Methods in com.caplin.motif.fx.trading.orders.details that return Order Modifier and Type Method Description Order
Strategy. getOrderByLegID(int legID)
Deprecated.Returns the order associated with this strategy that has the provided leg ID.Order
Order. getPreviousOrder()
Deprecated.Methods in com.caplin.motif.fx.trading.orders.details that return types with arguments of type Order Modifier and Type Method Description List<Order>
Strategy. getOrders()
Deprecated.Returns the set of orders associated with this strategy.Methods in com.caplin.motif.fx.trading.orders.details with parameters of type Order Modifier and Type Method Description OrderBuilder
StrategyBuilder. 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
Methods in com.caplin.motif.fx.trading.orders.edit.event that return types with arguments of type Order Modifier and Type Method Description List<Order>
SaveEvent. getEditedOrders()
List<Order>
SaveEvent. getEditedOrdersWithChangedEditableFields()
Constructor parameters in com.caplin.motif.fx.trading.orders.edit.event with type arguments of type Order Constructor Description 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".
-