# CandlestickData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**o** | Option<**String**> | The first (open) price in the time-range represented by the candlestick. | [optional]
**h** | Option<**String**> | The highest price in the time-range represented by the candlestick. | [optional]
**l** | Option<**String**> | The lowest price in the time-range represented by the candlestick. | [optional]
**c** | Option<**String**> | The last (closing) price in the time-range represented by the candlestick. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)