Constructor
new module:caplin/trading/validation/MaxTierLimitExceededValidator()
The constructor for the MaxTierLimitExceededValidator.
- Implements:
Methods
-
validate(data, oValidationResult)
-
Determines whether the max tier limit has been exceeded or not.
Parameters:
Name Type Description data
module:caplin/trading/trademodel/DataHolder Trading data supplied by the trade such as the instrument, the trading protocol and the asset class. Must not be null or undefined. oValidationResult
module:caplin/trading/validation/ValidationResult The object used to report permission failure. Must not be null or undefined.