|
Longbridge OpenAPI C++ SDK
|
#include <types.hpp>
Public Attributes | |
| std::string | price |
| Absolute price threshold as a decimal string (empty if not set) More... | |
| std::optional< double > | chg |
| Percentage-change threshold (nullopt if not set) More... | |
One price alert rule attached to a security. Trigger threshold for a price alert. Exactly one field is populated, depending on the alert condition.
| std::optional<double> longbridge::alert::AlertValueMap::chg |
Percentage-change threshold (nullopt if not set)
| std::string longbridge::alert::AlertValueMap::price |
Absolute price threshold as a decimal string (empty if not set)