Uses of Class
com.qtsurfer.api.client.model.LiveSignalPage
Packages that use LiveSignalPage
-
Uses of LiveSignalPage in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return LiveSignalPageModifier and TypeMethodDescriptionLiveExecutionApi.getLiveRunSignals(String runId, Long sinceMs, String instrument, String cursor, Integer limit) Read a run's signals Returns one page of the signals a run has already produced, newest-last, optionally from a given time and narrowed to one or more instruments.Methods in com.qtsurfer.api.client.api that return types with arguments of type LiveSignalPageModifier and TypeMethodDescriptionLiveExecutionApi.getLiveRunSignalsWithHttpInfo(String runId, Long sinceMs, String instrument, String cursor, Integer limit) Read a run's signals Returns one page of the signals a run has already produced, newest-last, optionally from a given time and narrowed to one or more instruments. -
Uses of LiveSignalPage in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveSignalPageModifier and TypeMethodDescriptionLiveSignalPage.addSignalsItem(LiveSignal signalsItem) LiveSignalPage.availableSinceMs(Long availableSinceMs) LiveSignalPage.links(PublicLiveListLinks links) LiveSignalPage.signals(List<LiveSignal> signals)