Uses of Class
com.qtsurfer.api.client.model.StrategyState
Packages that use StrategyState
-
Uses of StrategyState in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return StrategyStateModifier and TypeMethodDescriptionStrategyApi.getStrategy(String strategyId) Get a strategy by id, including its validation state Reports that the strategy is registered — implied by a `200` at all — and what validating it found.StrategyApi.validateStrategy(String strategyId) Check that a registered strategy can actually run Instantiates the compiled class and drives it through a bounded synthetic series, so a wiring fault surfaces here instead of at your first backtest.Methods in com.qtsurfer.api.client.api that return types with arguments of type StrategyStateModifier and TypeMethodDescriptionStrategyApi.getStrategyWithHttpInfo(String strategyId) Get a strategy by id, including its validation state Reports that the strategy is registered — implied by a `200` at all — and what validating it found.StrategyApi.validateStrategyWithHttpInfo(String strategyId) Check that a registered strategy can actually run Instantiates the compiled class and drives it through a bounded synthetic series, so a wiring fault surfaces here instead of at your first backtest. -
Uses of StrategyState in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return StrategyStateModifier and TypeMethodDescriptionStrategyState.addNoticesItem(Notice noticesItem) StrategyState.addRequiredSourcesItem(StrategyState.RequiredSourcesEnum requiredSourcesItem) StrategyState.compiledAt(OffsetDateTime compiledAt) StrategyState.dryRunIncomplete(Boolean dryRunIncomplete) StrategyState.noticesTruncated(Integer noticesTruncated) StrategyState.requiredSources(List<StrategyState.RequiredSourcesEnum> requiredSources) StrategyState.strategyId(String strategyId) StrategyState.validatedAt(OffsetDateTime validatedAt) StrategyState.validation(StrategyState.ValidationEnum validation) StrategyState.validationStalled(Boolean validationStalled)