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

A single anomaly (unusual market movement) alert item. More...

#include <types.hpp>

Public Attributes

std::string symbol
 
std::string name
 
std::string alert_name
 
int64_t alert_time
 
std::vector< std::string > change_values
 
int32_t emotion
 

Detailed Description

A single anomaly (unusual market movement) alert item.

Member Data Documentation

◆ alert_name

std::string longbridge::market::AnomalyItem::alert_name

◆ alert_time

int64_t longbridge::market::AnomalyItem::alert_time

◆ change_values

std::vector<std::string> longbridge::market::AnomalyItem::change_values

◆ emotion

int32_t longbridge::market::AnomalyItem::emotion

◆ name

std::string longbridge::market::AnomalyItem::name

◆ symbol

std::string longbridge::market::AnomalyItem::symbol

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