Uses of Class
com.caplin.motif.fx.trading.orders.details.OrderBuilder
-
Packages that use OrderBuilder Package Description com.caplin.motif.fx.trading.orders.details 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
Methods in com.caplin.motif.fx.trading.orders.details that return OrderBuilder Modifier and Type Method Description OrderBuilder
StrategyBuilder. addOrderBuilder(int legID)
Deprecated.Adds anOrderBuilder
to this instance of StrategyBuilder with the specified leg ID.OrderBuilder
StrategyBuilder. addOrderBuilder(int legID, Order previousOrder)
Deprecated.Adds anOrderBuilder
to this instance of StrategyBuilder with the specified leg ID and previous field set.OrderBuilder
StrategyBuilder. getOrderBuilder(int legID)
Deprecated.Gets anOrderBuilder
with the specified leg ID.OrderBuilder
StrategyBuilder. getOrderBuilder(java.lang.String orderID)
Deprecated.Gets anOrderBuilder
with the specified order ID.OrderBuilder
OrderBuilder. setOrderId(java.lang.String orderId)
Deprecated.Sets the order ID of the order to build.
-