Uses of Class
com.qtsurfer.api.client.model.LiveRun
Packages that use LiveRun
-
Uses of LiveRun in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return LiveRunModifier and TypeMethodDescriptionGet this strategy's current (or most recent) live run The run you last started for this strategy — its most complete state, including `params` and the promotion `gate` once the sandbox trial has one to report.LiveExecutionApi.startLive(String strategyId, StartLiveRequest startLiveRequest) Start a strategy on a live market feed Starts your strategy against a live market feed.Stop this strategy's live run Requests a stop.Methods in com.qtsurfer.api.client.api that return types with arguments of type LiveRunModifier and TypeMethodDescriptionLiveExecutionApi.getLiveWithHttpInfo(String strategyId) Get this strategy's current (or most recent) live run The run you last started for this strategy — its most complete state, including `params` and the promotion `gate` once the sandbox trial has one to report.LiveExecutionApi.startLiveWithHttpInfo(String strategyId, StartLiveRequest startLiveRequest) Start a strategy on a live market feed Starts your strategy against a live market feed.LiveExecutionApi.stopLiveWithHttpInfo(String strategyId) Stop this strategy's live run Requests a stop. -
Uses of LiveRun in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveRunModifier and TypeMethodDescriptionLiveRun.addSourcesItem(LiveSource sourcesItem) LiveRun.description(String description) LiveRun.desired(LiveRun.DesiredEnum desired) LiveRun.paramsVersion(Integer paramsVersion) LiveRun.sources(List<LiveSource> sources) LiveRun.stage(LiveRun.StageEnum stage) LiveRun.startedAtMs(Long startedAtMs) LiveRun.strategyId(String strategyId) LiveRun.visibility(LiveRun.VisibilityEnum visibility)