Class ValidationConstants.RadicleValidationConstants

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

public static final class ValidationConstants.RadicleValidationConstants extends Object
Radicle module validation messages.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • USER_SERVICE_CANNOT_BE_NULL

      public static final String USER_SERVICE_CANNOT_BE_NULL
      Validation message used when a user service is null.
      See Also:
    • TRANSACTION_SERVICE_CANNOT_BE_NULL

      public static final String TRANSACTION_SERVICE_CANNOT_BE_NULL
      Validation message used when a transaction service is null.
      See Also:
    • POSITION_SERVICE_CANNOT_BE_NULL

      public static final String POSITION_SERVICE_CANNOT_BE_NULL
      Validation message used when a position service is null.
      See Also:
    • POSITION_ORDER_SERVICE_CANNOT_BE_NULL

      public static final String POSITION_ORDER_SERVICE_CANNOT_BE_NULL
      Validation message used when a position-order service is null.
      See Also:
    • POSITION_TRANSACTION_SERVICE_CANNOT_BE_NULL

      public static final String POSITION_TRANSACTION_SERVICE_CANNOT_BE_NULL
      Validation message used when a position-transaction service is null.
      See Also:
    • SYMBOL_SERVICE_CANNOT_BE_NULL

      public static final String SYMBOL_SERVICE_CANNOT_BE_NULL
      Validation message used when a symbol service is null.
      See Also:
    • SYMBOL_ALIAS_SERVICE_CANNOT_BE_NULL

      public static final String SYMBOL_ALIAS_SERVICE_CANNOT_BE_NULL
      Validation message used when a symbol alias service is null.
      See Also:
    • MARKET_PRICE_SERVICE_CANNOT_BE_NULL

      public static final String MARKET_PRICE_SERVICE_CANNOT_BE_NULL
      Validation message used when a market price service is null.
      See Also:
    • WATCHLIST_SERVICE_CANNOT_BE_NULL

      public static final String WATCHLIST_SERVICE_CANNOT_BE_NULL
      Validation message used when a watchlist service is null.
      See Also:
    • WATCHLIST_ITEM_SERVICE_CANNOT_BE_NULL

      public static final String WATCHLIST_ITEM_SERVICE_CANNOT_BE_NULL
      Validation message used when a watchlist-item service is null.
      See Also:
    • STRATEGY_SERVICE_CANNOT_BE_NULL

      public static final String STRATEGY_SERVICE_CANNOT_BE_NULL
      Validation message used when a strategy service is null.
      See Also:
    • STRATEGY_IMPLEMENTATION_SERVICE_CANNOT_BE_NULL

      public static final String STRATEGY_IMPLEMENTATION_SERVICE_CANNOT_BE_NULL
      Validation message used when a strategy implementation service is null.
      See Also: