Class OsmosisConstants.SymbolConstants

java.lang.Object
com.bluebell.greenhouse.osmosis.constants.OsmosisConstants.SymbolConstants
Enclosing class:
OsmosisConstants

public static final class OsmosisConstants.SymbolConstants extends Object
Constants for symbol attributes.
Version:
2.0.2
Author:
Stephen Prizio
  • Field Details

    • ARG_HELP

      public static final String ARG_HELP
      Help argument name.
      See Also:
    • ARG_CATEGORY

      public static final String ARG_CATEGORY
      Category argument name.
      See Also:
    • ARG_ATTRIBUTES

      public static final String ARG_ATTRIBUTES
      Requested attributes argument name.
      See Also:
    • ARG_DRY_RUN

      public static final String ARG_DRY_RUN
      Dry-run argument name.
      See Also:
    • ARG_OVERWRITE

      public static final String ARG_OVERWRITE
      Overwrite argument name.
      See Also:
    • ARG_LIMIT

      public static final String ARG_LIMIT
      Limit argument name.
      See Also:
    • ARG_TICKERS

      public static final String ARG_TICKERS
      Ticker filter argument name.
      See Also:
    • ARG_TICKER

      public static final String ARG_TICKER
      Single ticker argument name.
      See Also:
    • ARG_EXCHANGE

      public static final String ARG_EXCHANGE
      Exchange argument name.
      See Also:
    • DEFAULT_DRY_RUN

      public static final boolean DEFAULT_DRY_RUN
      Default dry-run flag value.
      See Also:
    • DEFAULT_OVERWRITE

      public static final boolean DEFAULT_OVERWRITE
      Default overwrite flag value.
      See Also:
    • DEFAULT_LIMIT

      public static final int DEFAULT_LIMIT
      Default max symbol count to process.
      See Also:
    • SUPPORTED_ATTRIBUTES

      public static final Set<String> SUPPORTED_ATTRIBUTES
      Set of supported attributes for symbols.
    • REQUIRED_ARGS

      public static final Set<String> REQUIRED_ARGS
      Set of required arguments for the symbol engagement.
    • ENRICHMENT_SUPPORTED_ARGS

      public static final Set<String> ENRICHMENT_SUPPORTED_ARGS
      Set of supported arguments for the symbol engagement.
    • ENRICHMENT_CLI_HELP_TEXT

      public static final String ENRICHMENT_CLI_HELP_TEXT
      Help text for the symbol enrichment CLI.
      See Also: