Uses of Class
com.qtsurfer.api.sdk.UpdateLiveParamsRequestBuilder
Packages that use UpdateLiveParamsRequestBuilder
-
Uses of UpdateLiveParamsRequestBuilder in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return UpdateLiveParamsRequestBuilderModifier and TypeMethodDescriptionUpdateLiveParamsRequestBuilder.builder()Start a live-parameter update.Add or replace one strategy parameter.Add or replace several strategy parameters.Methods in com.qtsurfer.api.sdk with parameters of type UpdateLiveParamsRequestBuilderModifier and TypeMethodDescriptioncom.qtsurfer.api.client.model.LiveParamsUpdateResultQTSurfer.updateLiveParams(String runId, UpdateLiveParamsRequestBuilder request) Update live strategy parameters through the SDK request builder. -
Uses of UpdateLiveParamsRequestBuilder in com.qtsurfer.api.sdk.auth
Methods in com.qtsurfer.api.sdk.auth with parameters of type UpdateLiveParamsRequestBuilderModifier and TypeMethodDescriptioncom.qtsurfer.api.client.model.LiveParamsUpdateResultAuthenticatedClient.updateLiveParams(String runId, UpdateLiveParamsRequestBuilder request) Update live strategy parameters using the SDK's fluent request builder.