Class OsmosisConstants.SymbolConstants
java.lang.Object
com.bluebell.greenhouse.osmosis.constants.OsmosisConstants.SymbolConstants
- Enclosing class:
OsmosisConstants
Constants for symbol attributes.
- Version:
- 2.0.2
- Author:
- Stephen Prizio
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classConstants for symbol registry post-processing. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRequested attributes argument name.static final StringCategory argument name.static final StringDry-run argument name.static final StringExchange argument name.static final StringHelp argument name.static final StringLimit argument name.static final StringOverwrite argument name.static final StringSingle ticker argument name.static final StringTicker filter argument name.static final booleanDefault dry-run flag value.static final intDefault max symbol count to process.static final booleanDefault overwrite flag value.static final StringHelp text for the symbol enrichment CLI.Set of supported arguments for the symbol engagement.Set of required arguments for the symbol engagement.Set of supported attributes for symbols. -
Method Summary
-
Field Details
-
ARG_HELP
-
ARG_CATEGORY
-
ARG_ATTRIBUTES
-
ARG_DRY_RUN
-
ARG_OVERWRITE
-
ARG_LIMIT
-
ARG_TICKERS
-
ARG_TICKER
-
ARG_EXCHANGE
-
DEFAULT_DRY_RUN
public static final boolean DEFAULT_DRY_RUNDefault dry-run flag value.- See Also:
-
DEFAULT_OVERWRITE
public static final boolean DEFAULT_OVERWRITEDefault overwrite flag value.- See Also:
-
DEFAULT_LIMIT
public static final int DEFAULT_LIMITDefault max symbol count to process.- See Also:
-
SUPPORTED_ATTRIBUTES
-
REQUIRED_ARGS
-
ENRICHMENT_SUPPORTED_ARGS
-
ENRICHMENT_CLI_HELP_TEXT
Help text for the symbol enrichment CLI.- See Also:
-