Uses of Class
com.caplin.motif.fx.trading.orders.submission.AlertType
Package
Description
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 AlertType in com.caplin.motif.fx.trading.orders.details
Modifier and TypeMethodDescriptionOrder.getAlertTypes()
Deprecated.Strategy.getAlertTypes()
Deprecated.Modifier and TypeMethodDescriptionOrderFieldSet.setAlertType
(Set<AlertType> alertTypes) Deprecated.Sets the AlertTypeStrategyFieldSet.setAlertType
(Set<AlertType> alertTypes) Deprecated.Sets the AlertType -
Uses of AlertType in com.caplin.motif.fx.trading.orders.submission
Modifier and TypeFieldDescriptionstatic final AlertType
AlertType.EMAIL
Deprecated.The Email alert typestatic final AlertType
AlertType.SMS
Deprecated.The sms alert typeModifier and TypeMethodDescriptionstatic AlertType
Deprecated.Returns the AlertType for the specified field name.Modifier and TypeMethodDescriptionAlertType.getAlertTypes
(String typesStr, String delimiter) Deprecated.Returns a set of AlertTypes for a String that contains a delimited list of AlertTypesOrder.getAlertTypes()
Deprecated.OrderStrategy.getAlertTypes()
Deprecated.Returns the set ofAlertType
of the order strategy. -
Uses of AlertType in com.caplin.motif.fx.trading.orders.submission.strategy
Modifier and TypeMethodDescriptionMotifOrderStrategy.getAlertTypes()
Deprecated.Returns a list of alert types that should be fired during the order workflow, for example, fills, partial fills, cancelations etc.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.