Class ApiConstants.QueryParameters.Analysis
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiConstants.QueryParameters.Analysis
- Enclosing class:
ApiConstants.QueryParameters
Parameters specific to analysis-related endpoints.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAnalysis filter token (implementation-specific; e.g., VOLATILITY, MOMENTUM).static final StringBoolean flag to filter for opened items (e.g., open trades); acceptstrue|false.static final StringPosition duration bucket/filter (e.g.,SHORT,MEDIUM,LONG).static final StringDay-of-week filter (e.g.,MONDAY,TUE); case-insensitive. -
Method Summary
-
Field Details
-
FILTER
Analysis filter token (implementation-specific; e.g., VOLATILITY, MOMENTUM).- See Also:
-
IS_OPENED
Boolean flag to filter for opened items (e.g., open trades); acceptstrue|false.- See Also:
-
WEEKDAY
Day-of-week filter (e.g.,MONDAY,TUE); case-insensitive.- See Also:
-
POSITION_DURATION_FILTER
Position duration bucket/filter (e.g.,SHORT,MEDIUM,LONG).- See Also:
-