Uses of Class
com.qtsurfer.api.client.model.StartLiveRequest
Packages that use StartLiveRequest
-
Uses of StartLiveRequest in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api with parameters of type StartLiveRequestModifier and TypeMethodDescriptionLiveExecutionApi.startLive(String strategyId, StartLiveRequest startLiveRequest) Start a strategy on a live market feed Starts your strategy against a live market feed.LiveExecutionApi.startLiveWithHttpInfo(String strategyId, StartLiveRequest startLiveRequest) Start a strategy on a live market feed Starts your strategy against a live market feed. -
Uses of StartLiveRequest in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return StartLiveRequestModifier and TypeMethodDescriptionStartLiveRequest.addSourcesItem(LiveSource sourcesItem) StartLiveRequest.description(String description) StartLiveRequest.sources(List<LiveSource> sources) StartLiveRequest.visibility(StartLiveRequest.VisibilityEnum visibility)