Attributes | Name and Description |
---|---|
|
caplin.trading.validation.NotEmptyValidator(Array l_pMandatoryFields)
The constructor for the NotEmptyValidator. |
Attributes | Name and Description |
---|---|
|
String
validateField(String sFieldValue)
Performs validation on the specified field to determine if it exists in the mandatory fields. |
►
caplin.trading.validation.NotEmptyValidator(Array l_pMandatoryFields)
The constructor for the NotEmptyValidator.
Array | l_pMandatoryFields | an array field names as strings that must be present in the data to validate. Must not be null. |
►
String
validateField(String sFieldValue)
Performs validation on the specified field to determine if it exists in the mandatory fields.
String | sFieldValue | The field value to validate. |