Class ValidationConstants.SymbolValidationConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.SymbolValidationConstants
Enclosing class:
ValidationConstants

public static final class ValidationConstants.SymbolValidationConstants extends Object
Symbol validation messages.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • NAME_CANNOT_BE_NULL

      public static final String NAME_CANNOT_BE_NULL
      Validation message used when a symbol's name is null.
      See Also:
    • TICKER_CANNOT_BE_NULL

      public static final String TICKER_CANNOT_BE_NULL
      Validation message used when a symbol's ticker is null.
      See Also:
    • UNKNOWN_SYMBOL

      public static final String UNKNOWN_SYMBOL
      Validation message used when a symbol is not found.
      See Also:
    • AMBIGUOUS_SYMBOLS

      public static final String AMBIGUOUS_SYMBOLS
      Validation message used when multiple symbols exist for a given search string.
      See Also:
    • SYMBOL_REVISION_CANNOT_BE_NULL

      public static final String SYMBOL_REVISION_CANNOT_BE_NULL
      Validation message used when a symbol's revision is null.
      See Also:
    • SYMBOL_TYPE_CANNOT_BE_NULL

      public static final String SYMBOL_TYPE_CANNOT_BE_NULL
      Validation message used when a symbol's type is null.
      See Also:
    • SYMBOL_CANNOT_BE_NULL

      public static final String SYMBOL_CANNOT_BE_NULL
      Validation message used when a symbol is null.
      See Also:
    • SYMBOL_SEARCH_STRING_CANNOT_BE_NULL

      public static final String SYMBOL_SEARCH_STRING_CANNOT_BE_NULL
      Validation message used when a symbol's search string is null.
      See Also:
    • SYMBOL_ALIAS_CANNOT_BE_NULL

      public static final String SYMBOL_ALIAS_CANNOT_BE_NULL
      Validation message used when a symbol's alias is null.
      See Also:
    • NAME_OR_TICKER_CANNOT_BE_NULL

      public static final String NAME_OR_TICKER_CANNOT_BE_NULL
      Validation message used when a symbol's name or ticker is null.
      See Also:
    • EXCHANGE_MIC_CANNOT_BE_NULL

      public static final String EXCHANGE_MIC_CANNOT_BE_NULL
      Validation message used when an exchange mic is null.
      See Also:
    • EXCHANGE_NOT_FOUND

      public static final String EXCHANGE_NOT_FOUND
      Validation message used when an exchange is not found.
      See Also:
    • REASSIGN_TARGET_SYMBOL_CANNOT_BE_INACTIVE

      public static final String REASSIGN_TARGET_SYMBOL_CANNOT_BE_INACTIVE
      Validation message used when a symbol reassignment target is inactive.
      See Also:
    • REASSIGN_TARGET_SYMBOL_MUST_BE_APPROVED

      public static final String REASSIGN_TARGET_SYMBOL_MUST_BE_APPROVED
      Validation message used when a symbol reassignment target is not approved.
      See Also: