Interface OrderSubmissionValidator

All Known Implementing Classes:
DefaultIfDoneOCOValidator, DefaultOCOValidator

@Deprecated public interface OrderSubmissionValidator
Deprecated.

An interface for validating a list of orders representing an order strategy.

A class that is interested in validating the submission of an order strategy should implement this interface. It can be registered by calling FXOrdersAdapter.registerOrderSubmissionValidator(String, OrderSubmissionValidator)

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.