Longbridge OpenAPI C++ SDK
Classes | Enumerations
longbridge::alert Namespace Reference

Classes

class  AlertContext
 Price alert management context. More...
 
struct  AlertItem
 One price alert rule attached to a security. More...
 
struct  AlertSymbolGroup
 All price alerts for one security. More...
 
struct  AlertList
 Response for AlertContext::list — alerts grouped by security. More...
 

Enumerations

enum class  AlertCondition { PriceRise = 0 , PriceFall = 1 , PercentRise = 2 , PercentFall = 3 }
 
enum class  AlertFrequency { Daily = 0 , EveryTime = 1 , Once = 2 }
 

Enumeration Type Documentation

◆ AlertCondition

Enumerator
PriceRise 
PriceFall 
PercentRise 
PercentFall 

◆ AlertFrequency

Enumerator
Daily 
EveryTime 
Once