Uses of Class
com.caplin.motif.fx.trading.orders.submission.ActivationDate
Package
Description
Parent package with classes and interfaces that relate to orders in general.
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
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 ActivationDate in com.caplin.motif.fx.orders.upgrade
-
Uses of ActivationDate in com.caplin.motif.fx.trading.orders
Modifier and TypeMethodDescriptionstatic ActivationDate
DateUtil.createActivationDate
(String date, String time, String location, String offset) Deprecated. -
Uses of ActivationDate in com.caplin.motif.fx.trading.orders.details
Modifier and TypeMethodDescriptionOrder.getActivationDate()
Deprecated.Strategy.getActivationDate()
Deprecated.Modifier and TypeMethodDescriptionOrderFieldSet.setActivationDate
(ActivationDate activationDate) Deprecated.Sets the date, time and location the strategy or order should be activated.StrategyFieldSet.setActivationDate
(ActivationDate activationDate) Deprecated.Sets the date, time and location the strategy or order should be activated. -
Uses of ActivationDate in com.caplin.motif.fx.trading.orders.submission
Modifier and TypeFieldDescriptionstatic final ActivationDate
ActivationDate.GFA
Deprecated.An instance of ActivationDate that represents Good for Activation immediately.Modifier and TypeMethodDescriptionOrder.getActivationDate()
Deprecated.Returns the activation date of the orderOrderStrategy.getActivationDate()
Deprecated.Returns the date on which the order strategy should be activated.static ActivationDate
ActivationDate.parseFromValues
(String date, String time, String location, String offset) Deprecated. -
Uses of ActivationDate in com.caplin.motif.fx.trading.orders.submission.strategy
Modifier and TypeMethodDescriptionMotifOrderStrategy.getActivationDate()
Deprecated.Returns the date which specifies when the order should activate.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.SingleStrategy
(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.