Attributes | Name and Description |
---|---|
|
caplin.trading.validation.MaxTierLimitExceededValidator()
The constructor for the MaxTierLimitExceededValidator. |
Attributes | Name and Description |
---|---|
|
void
validate(caplin.trading.trademodel.DataHolder oDataToValidate, caplin.trading.validation.ValidationResult oValidationResult)
Determines whether the max tier limit has been exceeded or not. |
►
caplin.trading.validation.MaxTierLimitExceededValidator()
The constructor for the MaxTierLimitExceededValidator.
►
void
validate(caplin.trading.trademodel.DataHolder oDataToValidate, caplin.trading.validation.ValidationResult oValidationResult)
Determines whether the max tier limit has been exceeded or not.
caplin.trading.trademodel.DataHolder | oDataToValidate | is trading data supplied by the trade such as the instrument, the trading protocol and the asset class. Must not be null or undefined. |
caplin.trading.validation.ValidationResult | oValidationResult | The object used to report permission failure. Must not be null or undefined. |