Class ValidationConstants.SymbolValidationConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.SymbolValidationConstants
- Enclosing class:
ValidationConstants
Symbol validation messages.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValidation message used when multiple symbols exist for a given search string.static final StringValidation message used when an exchange mic isnull.static final StringValidation message used when an exchange is not found.static final StringValidation message used when a symbol's name isnull.static final StringValidation message used when a symbol's name or ticker isnull.static final StringValidation message used when a symbol reassignment target is inactive.static final StringValidation message used when a symbol reassignment target is not approved.static final StringValidation message used when a symbol's alias isnull.static final StringValidation message used when a symbol isnull.static final StringValidation message used when a symbol's revision isnull.static final StringValidation message used when a symbol's search string isnull.static final StringValidation message used when a symbol's type isnull.static final StringValidation message used when a symbol's ticker isnull.static final StringValidation message used when a symbol is not found. -
Method Summary
-
Field Details
-
NAME_CANNOT_BE_NULL
Validation message used when a symbol's name isnull.- See Also:
-
TICKER_CANNOT_BE_NULL
Validation message used when a symbol's ticker isnull.- See Also:
-
UNKNOWN_SYMBOL
Validation message used when a symbol is not found.- See Also:
-
AMBIGUOUS_SYMBOLS
Validation message used when multiple symbols exist for a given search string.- See Also:
-
SYMBOL_REVISION_CANNOT_BE_NULL
Validation message used when a symbol's revision isnull.- See Also:
-
SYMBOL_TYPE_CANNOT_BE_NULL
Validation message used when a symbol's type isnull.- See Also:
-
SYMBOL_CANNOT_BE_NULL
Validation message used when a symbol isnull.- See Also:
-
SYMBOL_SEARCH_STRING_CANNOT_BE_NULL
Validation message used when a symbol's search string isnull.- See Also:
-
SYMBOL_ALIAS_CANNOT_BE_NULL
Validation message used when a symbol's alias isnull.- See Also:
-
NAME_OR_TICKER_CANNOT_BE_NULL
Validation message used when a symbol's name or ticker isnull.- See Also:
-
EXCHANGE_MIC_CANNOT_BE_NULL
Validation message used when an exchange mic isnull.- See Also:
-
EXCHANGE_NOT_FOUND
Validation message used when an exchange is not found.- See Also:
-
REASSIGN_TARGET_SYMBOL_CANNOT_BE_INACTIVE
Validation message used when a symbol reassignment target is inactive.- See Also:
-
REASSIGN_TARGET_SYMBOL_MUST_BE_APPROVED
Validation message used when a symbol reassignment target is not approved.- See Also:
-