Uses of Class
com.caplin.motif.fx.trading.orders.submission.ActivationDate
-
Packages that use ActivationDate Package Description com.caplin.motif.fx.orders.upgrade com.caplin.motif.fx.trading.orders Parent package with classes and interfaces that relate to orders in general.com.caplin.motif.fx.trading.orders.details Classes and interfaces that relate to supplying the details of a previously submitted order strategy.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 ActivationDate in com.caplin.motif.fx.orders.upgrade
Methods in com.caplin.motif.fx.orders.upgrade that return ActivationDate Modifier and Type Method Description ActivationDate
ActivationDetailsBridge. getOldActivationDate()
-
Uses of ActivationDate in com.caplin.motif.fx.trading.orders
Methods in com.caplin.motif.fx.trading.orders that return ActivationDate Modifier and Type Method Description static ActivationDate
DateUtil. createActivationDate(java.lang.String date, java.lang.String time, java.lang.String location, java.lang.String offset)
Deprecated. -
Uses of ActivationDate in com.caplin.motif.fx.trading.orders.details
Methods in com.caplin.motif.fx.trading.orders.details that return ActivationDate Modifier and Type Method Description ActivationDate
Order. getActivationDate()
Deprecated.ActivationDate
Strategy. getActivationDate()
Deprecated.Methods in com.caplin.motif.fx.trading.orders.details with parameters of type ActivationDate Modifier and Type Method Description OrderFieldSet
OrderFieldSet. setActivationDate(ActivationDate activationDate)
Deprecated.Sets the date, time and location the strategy or order should be activated.StrategyFieldSet
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
Fields in com.caplin.motif.fx.trading.orders.submission declared as ActivationDate Modifier and Type Field Description static ActivationDate
ActivationDate. GFA
Deprecated.An instance of ActivationDate that represents Good for Activation immediately.Methods in com.caplin.motif.fx.trading.orders.submission that return ActivationDate Modifier and Type Method Description ActivationDate
Order. getActivationDate()
Deprecated.Returns the activation date of the orderActivationDate
OrderStrategy. getActivationDate()
Deprecated.Returns the date on which the order strategy should be activated.static ActivationDate
ActivationDate. parseFromValues(java.lang.String date, java.lang.String time, java.lang.String location, java.lang.String offset)
Deprecated. -
Uses of ActivationDate in com.caplin.motif.fx.trading.orders.submission.strategy
Methods in com.caplin.motif.fx.trading.orders.submission.strategy that return ActivationDate Modifier and Type Method Description ActivationDate
MotifOrderStrategy. getActivationDate()
Deprecated.Returns the date which specifies when the order should activate.Constructors in com.caplin.motif.fx.trading.orders.submission.strategy with parameters of type ActivationDate 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.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.
-