KlineDataListResponseDto

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

Constructors

Link copied to clipboard
constructor(data: MutableList<KlineDataDto>? = null)

Properties

Link copied to clipboard