Uses of Class
com.caplin.motif.fx.trading.orders.OrderConfigurationException
Package
Description
Parent package with classes and interfaces that relate to orders in general.
Classes and interfaces that relate to submitting an order or order strategy.
Classes that validate the correctness of a submitted order strategy.
-
Uses of OrderConfigurationException in com.caplin.motif.fx.orders.upgrade
Modifier and TypeMethodDescriptionActivationDetailsBridge.getOldActivationDate()
ExpirationDetailsBridge.getOldExpirationDate()
-
Uses of OrderConfigurationException in com.caplin.motif.fx.trading.orders
Modifier and TypeMethodDescriptionstatic ActivationDate
DateUtil.createActivationDate
(String date, String time, String location, String offset) Deprecated.static ExpirationDate
DateUtil.createExpirationDate
(String date, String time, String location, String offset) Deprecated. -
Uses of OrderConfigurationException in com.caplin.motif.fx.trading.orders.submission
Modifier and TypeMethodDescriptionMotifOrderFactory.createOrder
(com.caplin.trading.Trade trade, String legId) Deprecated.OrderFactory.createOrder
(com.caplin.trading.Trade trade, String legId) Deprecated.Returns an instance of Order for the specified trade instance and leg id.MotifOrderStrategyFactory.createOrderStrategy
(com.caplin.trading.Trade trade) Deprecated.OrderStrategyFactory.createOrderStrategy
(com.caplin.trading.Trade trade) Deprecated.Returns an instance of OrderStrategy for the specified trade.protected void
Deprecated.Sets the date, time, location and offset values from the parameters.static ActivationDate
ActivationDate.parseFromValues
(String date, String time, String location, String offset) Deprecated.static ExpirationDate
ExpirationDate.parseFromValues
(String date, String time, String location, String offset) Deprecated.void
OrderSubmissionValidator.validate
(StrategyType type, OrderStrategy strategy, Map<String, String> fields) Deprecated.Checks the validity of a strategy based on its type, the strategy object itself, and the raw field map that the strategy was derived from.ModifierConstructorDescriptionActivationDate
(String date, String time, String location, String offset) Deprecated.Constructs an ActivationDate which represents a specific date, time and location.ExpirationDate
(String date, String time, String location, String offset) Deprecated.Constructs a GTD (Good til Date) ExpirationDate which represents a specific date, time and location. -
Uses of OrderConfigurationException in com.caplin.motif.fx.trading.orders.submission.validator
Modifier and TypeMethodDescriptionvoid
DefaultIfDoneOCOValidator.validate
(StrategyType type, OrderStrategy strategy, Map<String, String> fields) Deprecated.void
DefaultOCOValidator.validate
(StrategyType type, OrderStrategy strategy, Map<String, String> fields) Deprecated.