ChartIQ SDK
androidJvm
ChartIQ SDK
/
com.chartiq.sdk.model.study
/
StudySimplifiedEntity
Study
Simplified
Entity
data
class
StudySimplifiedEntity
(
val
studyName
:
String
,
var
parsed_outputs
:
List
<
Map
<
String
,
Object
>
>
?
,
val
type
:
String
?
)
Members
Members & Extensions
Constructors
Study
Simplified
Entity
Link copied to clipboard
constructor
(
studyName
:
String
,
parsed_outputs
:
List
<
Map
<
String
,
Object
>
>
?
,
type
:
String
?
)
Properties
parsed_outputs
Link copied to clipboard
var
parsed_outputs
:
List
<
Map
<
String
,
Object
>
>
?
study
Name
Link copied to clipboard
val
studyName
:
String
type
Link copied to clipboard
val
type
:
String
?
Functions
to
Study
Simplified
Link copied to clipboard
fun
StudySimplifiedEntity
.
toStudySimplified
(
)
:
StudySimplified