Uses of Class
com.caplin.motif.fx.trading.orders.submission.ExpirationDate
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 ExpirationDate in com.caplin.motif.fx.orders.upgrade
-
Uses of ExpirationDate in com.caplin.motif.fx.trading.orders
Modifier and TypeMethodDescriptionstatic ExpirationDate
DateUtil.createExpirationDate
(String date, String time, String location, String offset) Deprecated. -
Uses of ExpirationDate in com.caplin.motif.fx.trading.orders.details
Modifier and TypeMethodDescriptionOrder.getExpirationDate()
Deprecated.Strategy.getExpirationDate()
Deprecated.Modifier and TypeMethodDescriptionOrderFieldSet.setExpirationDate
(ExpirationDate expirationDate) Deprecated.Sets the date, time and location the strategy or order should expire.StrategyFieldSet.setExpirationDate
(ExpirationDate expirationDate) Deprecated.Sets the date, time and location the strategy or order should expire. -
Uses of ExpirationDate in com.caplin.motif.fx.trading.orders.submission
Modifier and TypeFieldDescriptionstatic final ExpirationDate
ExpirationDate.FOK
Deprecated.An instance of ExpirationDate that represents Fill or Kill.static final ExpirationDate
ExpirationDate.GFD
Deprecated.An instance of ExpirationDate that represents Good for Day.static final ExpirationDate
ExpirationDate.GTC
Deprecated.An instance of ExpirationDate that represents Good til Canceled.static final ExpirationDate
ExpirationDate.IOC
Deprecated.An instance of ExpirationDate that represents Immediate or Cancel.Modifier and TypeMethodDescriptionOrder.getExpirationDate()
Deprecated.Returns the expiration date of the orderOrderStrategy.getExpirationDate()
Deprecated.Returns the date on which the order strategy should expire.static ExpirationDate
ExpirationDate.parseFromValues
(String date, String time, String location, String offset) Deprecated. -
Uses of ExpirationDate in com.caplin.motif.fx.trading.orders.submission.strategy
Modifier and TypeMethodDescriptionMotifOrderStrategy.getExpirationDate()
Deprecated.Returns the date which specifies when the order should expire.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.