m8ty-api-server
Toggle table of contents
1.114.0
jvm
Platform filter
jvm
Switch theme
Search in API
m8ty-api-server
m8ty-dto - m8ty Data Transfer Objects
/
eu.m8ty.dtos.cryptocoins
/
KlineDataListResponseDto
Kline
Data
List
Response
Dto
data
class
KlineDataListResponseDto
(
var
data
:
MutableList
<
KlineDataDto
>
?
=
null
)
Contains data of a currency to be able to draw a K-Line chart.
Parameters
`data` Array with the elements
Members
Constructors
Kline
Data
List
Response
Dto
Link copied to clipboard
constructor
(
data
:
MutableList
<
KlineDataDto
>
?
=
null
)
Properties
data
Link copied to clipboard
@
Valid
var
data
:
MutableList
<
KlineDataDto
>
?