#include <candle.hpp>
Definition at line 39 of file candle.hpp.
◆ CandleData() [1/2]
UI::CandleData::CandleData |
( |
| ) |
|
|
default |
◆ CandleData() [2/2]
UI::CandleData::CandleData |
( |
float |
_open, |
|
|
float |
_close, |
|
|
float |
_min, |
|
|
float |
_max |
|
) |
| |
|
inline |
◆ ~CandleData()
UI::CandleData::~CandleData |
( |
| ) |
|
|
default |
◆ close
float UI::CandleData::close = 0.f |
◆ max
float UI::CandleData::max = 0.f |
◆ min
float UI::CandleData::min = 0.f |
◆ open
float UI::CandleData::open = 0.f |
The documentation for this struct was generated from the following file: