Uses of Class
com.caplin.motif.fx.trading.orders.submission.Order
-
Packages that use Order Package Description com.caplin.motif.fx.trading.orders.submission Classes and interfaces that relate to submitting an order or order strategy.com.caplin.motif.fx.trading.orders.submission.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
Methods in com.caplin.motif.fx.trading.orders.submission that return Order Modifier and Type Method Description Order
MotifOrderFactory. createOrder(com.caplin.trading.Trade trade, java.lang.String legId)
Deprecated.Order
OrderFactory. createOrder(com.caplin.trading.Trade trade, java.lang.String legId)
Deprecated.Returns an instance of Order for the specified trade instance and leg id.Methods in com.caplin.motif.fx.trading.orders.submission that return types with arguments of type Order Modifier and Type Method Description java.util.List<Order>
OrderStrategy. 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
Fields in com.caplin.motif.fx.trading.orders.submission.strategy with type parameters of type Order Modifier and Type Field Description protected java.util.List<Order>
MotifOrderStrategy. orders
Deprecated.Methods in com.caplin.motif.fx.trading.orders.submission.strategy that return Order Modifier and Type Method Description Order
IfDoneOCOStrategy. getParentOrder()
Deprecated.Returns the parent order, which can be of any type, except CALLOrder
IfDoneStrategy. getParentOrder()
Deprecated.Returns the parent order, which must be of type Take Profit, Stop Loss or Market.Order
IfTimeoutStrategy. getParentOrder()
Deprecated.Returns the parent order, which must be of type Take Profit, Stop Loss or Market.Order
SingleStrategy. getSingleOrder()
Deprecated.Returns the single order.Order
IfDoneOCOStrategy. getStopLossOrder()
Deprecated.Returns the stop loss child order from within the OCO.Order
OCOStrategy. getStopLossOrder()
Deprecated.Returns the stop loss child order from within the OCO.Order
IfDoneOCOStrategy. getTakeProfitOrder()
Deprecated.Returns the take profit child order from within the OCO.Order
OCOStrategy. getTakeProfitOrder()
Deprecated.Returns the take profit child order from within the OCO.Order
IfDoneStrategy. getThenOrder()
Deprecated.Returns the order which will be executed once the parent has been executed.Order
IfTimeoutStrategy. getThenOrder()
Deprecated.Returns the order which will be executed once the parent has been executed.Methods in com.caplin.motif.fx.trading.orders.submission.strategy that return types with arguments of type Order Modifier and Type Method Description java.util.List<Order>
MotifOrderStrategy. getChildOrders()
Deprecated.Returns a list of orders that this strategy contains.Constructors in com.caplin.motif.fx.trading.orders.submission.strategy with parameters of type Order Constructor Description SingleStrategy(com.caplin.trading.Trade trade, java.lang.String tradingSubProtocol, java.lang.String currencyPair, java.lang.String user, java.lang.String toboUser, java.lang.String remarks, java.util.Set<AlertType> alertTypes, java.lang.String requestId, java.lang.String account, Order order, ActivationDate activationDate, ExpirationDate expirationDate)
Deprecated.Creates a SingleStrategy based on the parameters provided.Constructor parameters in com.caplin.motif.fx.trading.orders.submission.strategy with type arguments of type Order Constructor Description IfDoneOCOStrategy(com.caplin.trading.Trade trade, java.lang.String tradingSubProtocol, java.lang.String currencyPair, java.lang.String user, java.lang.String toboUser, java.lang.String remarks, java.util.Set<AlertType> alertTypes, java.lang.String requestId, java.lang.String account, java.util.List<Order> orders, ActivationDate activationDate, ExpirationDate expirationDate)
Deprecated.Creates a IfDoneOCOStrategy based on the parameters provided.IfDoneStrategy(com.caplin.trading.Trade trade, java.lang.String tradingSubProtocol, java.lang.String currencyPair, java.lang.String user, java.lang.String toboUser, java.lang.String remarks, java.util.Set<AlertType> alertTypes, java.lang.String requestId, java.lang.String account, java.util.List<Order> orders, ActivationDate activationDate, ExpirationDate expirationDate)
Deprecated.Constructs an IfDoneStrategy based on the parameters provided.IfTimeoutStrategy(com.caplin.trading.Trade trade, java.lang.String tradingSubProtocol, java.lang.String currencyPair, java.lang.String user, java.lang.String toboUser, java.lang.String remarks, java.util.Set<AlertType> alertTypes, java.lang.String requestId, java.lang.String account, java.util.List<Order> orders, ActivationDate activationDate, ExpirationDate expirationDate)
Deprecated.Constructs an IfTimeoutStrategy based on the parameters provided.OCOStrategy(com.caplin.trading.Trade trade, java.lang.String tradingSubProtocol, java.lang.String currencyPair, java.lang.String user, java.lang.String toboUser, java.lang.String remarks, java.util.Set<AlertType> alertTypes, java.lang.String requestId, java.lang.String account, java.util.List<Order> orders, ActivationDate activationDate, ExpirationDate expirationDate)
Deprecated.Creates a new OCOStrategy from the provided parameters.
-