|
OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
|
One option (value + title) in an enum input. More...
#include <input_enum.hpp>
Public Attributes | |
| int64_t | value |
| std::string_view | title |
One option (value + title) in an enum input.
Definition at line 23 of file input_enum.hpp.
| std::string_view openpine::inputs::InputEnumOptionView::title |
Definition at line 25 of file input_enum.hpp.
| int64_t openpine::inputs::InputEnumOptionView::value |
Definition at line 24 of file input_enum.hpp.