Uses of Class
com.caplin.motif.fx.trading.orders.submission.ExpirationDate
-
Packages that use ExpirationDate 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 ExpirationDate in com.caplin.motif.fx.orders.upgrade
Methods in com.caplin.motif.fx.orders.upgrade that return ExpirationDate Modifier and Type Method Description ExpirationDate
ExpirationDetailsBridge. getOldExpirationDate()
-
Uses of ExpirationDate in com.caplin.motif.fx.trading.orders
Methods in com.caplin.motif.fx.trading.orders that return ExpirationDate Modifier and Type Method Description static ExpirationDate
DateUtil. 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 ExpirationDate Modifier and Type Method Description ExpirationDate
Order. getExpirationDate()
Deprecated.ExpirationDate
Strategy. getExpirationDate()
Deprecated.Methods in com.caplin.motif.fx.trading.orders.details with parameters of type ExpirationDate Modifier and Type Method Description OrderFieldSet
OrderFieldSet. setExpirationDate(ExpirationDate expirationDate)
Deprecated.Sets the date, time and location the strategy or order should expire.StrategyFieldSet
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 ExpirationDate Modifier and Type Field Description static ExpirationDate
ExpirationDate. FOK
Deprecated.An instance of ExpirationDate that represents Fill or Kill.static ExpirationDate
ExpirationDate. GFD
Deprecated.An instance of ExpirationDate that represents Good for Day.static ExpirationDate
ExpirationDate. GTC
Deprecated.An instance of ExpirationDate that represents Good til Canceled.static ExpirationDate
ExpirationDate. IOC
Deprecated.An instance of ExpirationDate that represents Immediate or Cancel.Methods in com.caplin.motif.fx.trading.orders.submission that return ExpirationDate Modifier and Type Method Description ExpirationDate
Order. getExpirationDate()
Deprecated.Returns the expiration date of the orderExpirationDate
OrderStrategy. 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
Methods in com.caplin.motif.fx.trading.orders.submission.strategy that return ExpirationDate Modifier and Type Method Description ExpirationDate
MotifOrderStrategy. 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 ExpirationDate Constructor Description IfDoneOCOStrategy(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.
-