ChartIQStudy

Functions

Link copied to clipboard
abstract fun addStudy(study: Study, forClone: Boolean)

Adds a study Study to a list of active studies

Link copied to clipboard
abstract fun getActiveStudies(callback: OnReturnCallback<List<Study>>)

Gets a list of active/selected studies Study

Link copied to clipboard
abstract fun getStudyList(callback: OnReturnCallback<List<Study>>)

Gets a list of available studies Study

Link copied to clipboard
abstract fun getStudyParameters(study: Study, type: StudyParameterType, callback: OnReturnCallback<List<StudyParameter>>)

Gets a list of parameters StudyParameter of a selected study Study

Link copied to clipboard
abstract fun removeStudy(study: Study)

Removes a selected study Study from the list of active studies

Link copied to clipboard
abstract fun setStudyParameter(study: Study, parameter: StudyParameterModel)

Modifies a selected study Study with a single parameter

Link copied to clipboard
abstract fun setStudyParameters(study: Study, parameters: List<StudyParameterModel>, callback: OnReturnCallback<StudySimplified>)

Modifies a selected study Study with a given list of parameters