Class ApiPaths.SymbolApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.SymbolApiPaths
- Enclosing class:
ApiPaths
Symbol and instruments API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelative path for assigning a symbol alias to a symbol.static final StringBase path for symbol endpoints.static final StringRelative path for creating a symbol.static final StringRelative path for deleting a symbol.static final StringRelative path for enriching a symbol's metadata.static final StringRelative path for exporting the raw symbol registry JSON file.static final StringRelative path to fetch symbols that can be assigned.static final StringRelative path to fetch symbols eligible for news lookup.static final StringRelative path for obtaining a symbol's details.static final StringRelative path to fetch provider-backed symbol sentiment.static final StringRelative path to fetch aggregated provider-backed symbol sentiment.static final StringRelative path to fetch symbols traded by the user or system.static final StringRelative path for re-assigning a symbol to another symbol.static final StringRelative path to search symbols.static final StringRelative path for updating a symbol. -
Method Summary
-
Field Details
-
BASE
-
GET_TRADED_SYMBOLS
Relative path to fetch symbols traded by the user or system.- See Also:
-
GET_ASSIGNABLE_SYMBOLS
Relative path to fetch symbols that can be assigned.- See Also:
-
GET_NEWS_LOOKUP_SYMBOLS
Relative path to fetch symbols eligible for news lookup.- See Also:
-
GET_SYMBOL_SENTIMENT
Relative path to fetch provider-backed symbol sentiment.- See Also:
-
GET_SYMBOL_SENTIMENT_SUMMARY
Relative path to fetch aggregated provider-backed symbol sentiment.- See Also:
-
SEARCH_SYMBOLS
-
CREATE_SYMBOL
-
UPDATE_SYMBOL
-
DELETE_SYMBOL
-
GET_SYMBOL_DETAILS
Relative path for obtaining a symbol's details.- See Also:
-
REASSIGN_SYMBOL
Relative path for re-assigning a symbol to another symbol.- See Also:
-
ASSIGN_TO_SYMBOL
Relative path for assigning a symbol alias to a symbol.- See Also:
-
EXPORT_SYMBOL_REGISTRY
Relative path for exporting the raw symbol registry JSON file.- See Also:
-
ENRICH_SYMBOL
-