bluefin_api 1.5.0

Bluefin API
Documentation
# CandlestickUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**symbol** | **String** | The symbol of the market for this candlestick. | 
**start_time** | **i64** | The start time of the candlestick in milliseconds since epoch. | 
**end_time** | **i64** | The end time of the candlestick in milliseconds since epoch. | 
**interval** | **String** | The interval of the candlestick (e.g., 1m, 5m, 1h). | 
**open_price_e9** | **String** | The opening price of the candlestick. | 
**close_price_e9** | **String** | The closing price of the candlestick. | 
**high_price_e9** | **String** | The highest price during the candlestick interval. | 
**low_price_e9** | **String** | The lowest price during the candlestick interval. | 
**volume_e9** | **String** | The total trading volume during the candlestick interval. | 
**quote_volume_e9** | **String** | The total quote volume traded during the candlestick interval. | 
**num_trades** | **i64** | The number of trades that occurred during the candlestick interval. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)