Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::alert::AlertValueMap Struct Reference

#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...
 

Detailed Description

One price alert rule attached to a security. Trigger threshold for a price alert. Exactly one field is populated, depending on the alert condition.

Member Data Documentation

◆ chg

std::optional<double> longbridge::alert::AlertValueMap::chg

Percentage-change threshold (nullopt if not set)

◆ price

std::string longbridge::alert::AlertValueMap::price

Absolute price threshold as a decimal string (empty if not set)


The documentation for this struct was generated from the following file: