Uses of Interface
com.caplin.motif.fx.trading.orders.submission.OrderStrategy
Packages that use OrderStrategy
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 representing the various order strategies that are supported by the FX Motif.
Classes that validate the correctness of a submitted order strategy.
-
Uses of OrderStrategy in com.caplin.motif.fx.trading.orders
Method parameters in com.caplin.motif.fx.trading.orders with type arguments of type OrderStrategyModifier and TypeMethodDescriptionvoidFXOrdersAdapter.registerSubmissionListenerFactory(String strategyType, OrderSubmissionListenerFactory<? extends OrderStrategy> listenerFactory, OrderStrategyFactory<? extends OrderStrategy> strategyFactory) Deprecated.voidFXOrdersAdapter.registerSubmissionListenerFactory(String strategyType, OrderSubmissionListenerFactory<? extends OrderStrategy> listenerFactory, OrderStrategyFactory<? extends OrderStrategy> strategyFactory) Deprecated. -
Uses of OrderStrategy in com.caplin.motif.fx.trading.orders.submission
Classes in com.caplin.motif.fx.trading.orders.submission with type parameters of type OrderStrategyModifier and TypeInterfaceDescriptioninterfaceOrderStrategyFactory<T extends OrderStrategy>Deprecated.interfaceOrderSubmissionListener<T extends OrderStrategy>Deprecated.interfaceOrderSubmissionListenerFactory<T extends OrderStrategy>Deprecated.classDeprecated.Methods in com.caplin.motif.fx.trading.orders.submission with parameters of type OrderStrategyModifier and TypeMethodDescriptionvoidOrderSubmissionValidator.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.Method parameters in com.caplin.motif.fx.trading.orders.submission with type arguments of type OrderStrategyModifier and TypeMethodDescriptionvoidOrderSubmissionFactoryTranslator.registerSubmissionListenerFactory(String strategyType, OrderSubmissionListenerFactory<? extends OrderStrategy> listenerFactory, OrderStrategyFactory<? extends OrderStrategy> strategyFactory) Deprecated.voidOrderSubmissionFactoryTranslator.registerSubmissionListenerFactory(String strategyType, OrderSubmissionListenerFactory<? extends OrderStrategy> listenerFactory, OrderStrategyFactory<? extends OrderStrategy> strategyFactory) Deprecated. -
Uses of OrderStrategy in com.caplin.motif.fx.trading.orders.submission.strategy
Classes in com.caplin.motif.fx.trading.orders.submission.strategy that implement OrderStrategyModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated. -
Uses of OrderStrategy in com.caplin.motif.fx.trading.orders.submission.validator
Methods in com.caplin.motif.fx.trading.orders.submission.validator with parameters of type OrderStrategyModifier and TypeMethodDescriptionvoidDefaultIfDoneOCOValidator.validate(StrategyType type, OrderStrategy strategy, Map<String, String> fields) Deprecated.voidDefaultOCOValidator.validate(StrategyType type, OrderStrategy strategy, Map<String, String> fields) Deprecated.