Uses of Class
com.caplin.motif.fx.trading.orders.submission.ExpirationDate
Packages that use 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
Methods in com.caplin.motif.fx.orders.upgrade that return ExpirationDate -
Uses of ExpirationDate in com.caplin.motif.fx.trading.orders
Methods in com.caplin.motif.fx.trading.orders that return ExpirationDateModifier and TypeMethodDescriptionstatic ExpirationDateDateUtil.createExpirationDate(String date, String time, String location, String offset) Deprecated. -
Uses of ExpirationDate in com.caplin.motif.fx.trading.orders.details
Methods in com.caplin.motif.fx.trading.orders.details that return ExpirationDateModifier and TypeMethodDescriptionOrder.getExpirationDate()Deprecated.Strategy.getExpirationDate()Deprecated.Methods in com.caplin.motif.fx.trading.orders.details with parameters of type ExpirationDateModifier 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
Fields in com.caplin.motif.fx.trading.orders.submission declared as ExpirationDateModifier and TypeFieldDescriptionstatic final ExpirationDateExpirationDate.FOKDeprecated.An instance of ExpirationDate that represents Fill or Kill.static final ExpirationDateExpirationDate.GFDDeprecated.An instance of ExpirationDate that represents Good for Day.static final ExpirationDateExpirationDate.GTCDeprecated.An instance of ExpirationDate that represents Good til Canceled.static final ExpirationDateExpirationDate.IOCDeprecated.An instance of ExpirationDate that represents Immediate or Cancel.Methods in com.caplin.motif.fx.trading.orders.submission that return ExpirationDateModifier and TypeMethodDescriptionOrder.getExpirationDate()Deprecated.Returns the expiration date of the orderOrderStrategy.getExpirationDate()Deprecated.Returns the date on which the order strategy should expire.static ExpirationDateExpirationDate.parseFromValues(String date, String time, String location, String offset) Deprecated. -
Uses of ExpirationDate in com.caplin.motif.fx.trading.orders.submission.strategy
Methods in com.caplin.motif.fx.trading.orders.submission.strategy that return ExpirationDateModifier and TypeMethodDescriptionMotifOrderStrategy.getExpirationDate()Deprecated.Returns the date which specifies when the order should expire.Constructors in com.caplin.motif.fx.trading.orders.submission.strategy with parameters of type ExpirationDateModifierConstructorDescriptionIfDoneOCOStrategy(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.