Uses of Class
com.caplin.motif.fx.trading.orders.submission.Order
Package
Description
Classes and interfaces that relate to submitting an order or order strategy.
Classes representing the various order strategies that are supported by the FX Motif.
-
Uses of Order in com.caplin.motif.fx.trading.orders.submission
Modifier and TypeMethodDescriptionMotifOrderFactory.createOrder
(com.caplin.trading.Trade trade, String legId) Deprecated.OrderFactory.createOrder
(com.caplin.trading.Trade trade, String legId) Deprecated.Returns an instance of Order for the specified trade instance and leg id.Modifier and TypeMethodDescriptionOrderStrategy.getChildOrders()
Deprecated.Returns the list of orders representing the legs of the order strategy. -
Uses of Order in com.caplin.motif.fx.trading.orders.submission.strategy
Modifier and TypeMethodDescriptionIfDoneOCOStrategy.getParentOrder()
Deprecated.Returns the parent order, which can be of any type, except CALLIfDoneStrategy.getParentOrder()
Deprecated.Returns the parent order, which must be of type Take Profit, Stop Loss or Market.IfTimeoutStrategy.getParentOrder()
Deprecated.Returns the parent order, which must be of type Take Profit, Stop Loss or Market.SingleStrategy.getSingleOrder()
Deprecated.Returns the single order.IfDoneOCOStrategy.getStopLossOrder()
Deprecated.Returns the stop loss child order from within the OCO.OCOStrategy.getStopLossOrder()
Deprecated.Returns the stop loss child order from within the OCO.IfDoneOCOStrategy.getTakeProfitOrder()
Deprecated.Returns the take profit child order from within the OCO.OCOStrategy.getTakeProfitOrder()
Deprecated.Returns the take profit child order from within the OCO.IfDoneStrategy.getThenOrder()
Deprecated.Returns the order which will be executed once the parent has been executed.IfTimeoutStrategy.getThenOrder()
Deprecated.Returns the order which will be executed once the parent has been executed.Modifier and TypeMethodDescriptionMotifOrderStrategy.getChildOrders()
Deprecated.Returns a list of orders that this strategy contains.ModifierConstructorDescriptionSingleStrategy
(com.caplin.trading.Trade trade, String tradingSubProtocol, String currencyPair, String user, String toboUser, String remarks, Set<AlertType> alertTypes, String requestId, String account, Order order, ActivationDate activationDate, ExpirationDate expirationDate) Deprecated.Creates a SingleStrategy based on the parameters provided.ModifierConstructorDescriptionIfDoneOCOStrategy
(com.caplin.trading.Trade trade, String tradingSubProtocol, String currencyPair, String user, String toboUser, String remarks, Set<AlertType> alertTypes, String requestId, String account, List<Order> orders, ActivationDate activationDate, ExpirationDate expirationDate) Deprecated.Creates a IfDoneOCOStrategy based on the parameters provided.IfDoneStrategy
(com.caplin.trading.Trade trade, String tradingSubProtocol, String currencyPair, String user, String toboUser, String remarks, Set<AlertType> alertTypes, String requestId, String account, List<Order> orders, ActivationDate activationDate, ExpirationDate expirationDate) Deprecated.Constructs an IfDoneStrategy based on the parameters provided.IfTimeoutStrategy
(com.caplin.trading.Trade trade, String tradingSubProtocol, String currencyPair, String user, String toboUser, String remarks, Set<AlertType> alertTypes, String requestId, String account, List<Order> orders, ActivationDate activationDate, ExpirationDate expirationDate) Deprecated.Constructs an IfTimeoutStrategy based on the parameters provided.OCOStrategy
(com.caplin.trading.Trade trade, String tradingSubProtocol, String currencyPair, String user, String toboUser, String remarks, Set<AlertType> alertTypes, String requestId, String account, List<Order> orders, ActivationDate activationDate, ExpirationDate expirationDate) Deprecated.Creates a new OCOStrategy from the provided parameters.