|
ROOT_Application
2.0
C++ Core modules and GUIStock
|
For Enumeration DataStock. More...
Enumerations | |
| enum | ECSV : unsigned int { ECSV::OPEN =0, ECSV::HIGH, ECSV::LOW, ECSV::CLOSE } |
| Convenient enumeration for DataCSV, convertible to unsigned int for a general use in algorithms. More... | |
Functions | |
| template<typename ECSV > | |
| unsigned int | as_uint (const ECSV value) |
| function to provide a cast of ECSV to unsigned int More... | |
For Enumeration DataStock.
Enumeration for Jap. candlesticks
|
strong |
Convenient enumeration for DataCSV, convertible to unsigned int for a general use in algorithms.
| Enumerator | |
|---|---|
| OPEN | |
| HIGH | |
| LOW | |
| CLOSE | |
Definition at line 58 of file DataStock.h.
| unsigned int EDS::as_uint | ( | const ECSV | value | ) |
function to provide a cast of ECSV to unsigned int
Definition at line 62 of file DataStock.h.
1.8.6