Constructor
new module:ct-trading /validation /Max Tier Limit Exceeded Validator()
The constructor for the MaxTierLimitExceededValidator.
- Implements:
Methods
validate(data, oValidation Result)
Determines whether the max tier limit has been exceeded or not.
Parameters:
Name | Type | Description |
---|---|---|
data |
module:ct-trading |
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:ct-trading |
The object used to report permission failure. Must not be null or undefined. |
- Implements: