Uses of Class
com.qtsurfer.api.client.model.LiveParamsUpdateResult
Packages that use LiveParamsUpdateResult
-
Uses of LiveParamsUpdateResult in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return LiveParamsUpdateResultModifier and TypeMethodDescriptionLiveExecutionApi.updateLiveParams(String runId, UpdateLiveParamsRequest updateLiveParamsRequest) Change a running strategy's parameters Updates one or more parameters of a run **while it stays live** — unlike `params` on `POST /strategy/{strategyId}/live`, which only sets the starting values.Methods in com.qtsurfer.api.client.api that return types with arguments of type LiveParamsUpdateResultModifier and TypeMethodDescriptionLiveExecutionApi.updateLiveParamsWithHttpInfo(String runId, UpdateLiveParamsRequest updateLiveParamsRequest) Change a running strategy's parameters Updates one or more parameters of a run **while it stays live** — unlike `params` on `POST /strategy/{strategyId}/live`, which only sets the starting values. -
Uses of LiveParamsUpdateResult in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveParamsUpdateResultModifier and TypeMethodDescriptionLiveParamsUpdateResult.effectiveAtMs(Long effectiveAtMs) LiveParamsUpdateResult.paramsVersion(Integer paramsVersion)