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