Uses of Class
com.caplin.motif.fx.trading.orders.details.OrderBuilder
Package
Description
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
-
Uses of OrderBuilder in com.caplin.motif.fx.trading.orders.details
Modifier and TypeMethodDescriptionStrategyBuilder.addOrderBuilder
(int legID) Deprecated.Adds anOrderBuilder
to this instance of StrategyBuilder with the specified leg ID.StrategyBuilder.addOrderBuilder
(int legID, Order previousOrder) Deprecated.Adds anOrderBuilder
to this instance of StrategyBuilder with the specified leg ID and previous field set.StrategyBuilder.getOrderBuilder
(int legID) Deprecated.Gets anOrderBuilder
with the specified leg ID.StrategyBuilder.getOrderBuilder
(String orderID) Deprecated.Gets anOrderBuilder
with the specified order ID.OrderBuilder.setOrderId
(String orderId) Deprecated.Sets the order ID of the order to build.