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

Classes

class  MarketContext
 Market data context. More...
 
struct  MarketTimeItem
 Current trading status and timestamps for one market. More...
 
struct  MarketStatusResponse
 Response containing trading status for all markets. More...
 
struct  BrokerHoldingEntry
 One broker's holding entry in a top-holders list. More...
 
struct  BrokerHoldingTop
 Top broker holders (buy and sell sides). More...
 
struct  BrokerHoldingChanges
 Holding change figures over multiple periods for a broker. More...
 
struct  BrokerHoldingDetailItem
 Detailed holding entry for one broker including ratio and share changes. More...
 
struct  BrokerHoldingDetail
 Full broker holding detail with historical change data. More...
 
struct  BrokerHoldingDailyItem
 One day's broker holding snapshot. More...
 
struct  BrokerHoldingDailyHistory
 Historical daily broker holding series. More...
 
struct  AhPremiumKline
 A/H premium candlestick data point. More...
 
struct  AhPremiumKlines
 Historical A/H premium kline series. More...
 
struct  AhPremiumIntraday
 Intraday A/H premium kline series. More...
 
struct  TradePriceLevel
 Trade volume and amount aggregated at one price level. More...
 
struct  TradeStatistics
 Aggregate buy/sell/neutral trade statistics for a security. More...
 
struct  TradeStatsResponse
 Response for trade statistics including per-price-level breakdown. More...
 
struct  AnomalyItem
 A single anomaly (unusual market movement) alert item. More...
 
struct  AnomalyResponse
 Response containing anomaly alert items. More...
 
struct  ConstituentStock
 One constituent stock of an index. More...
 
struct  IndexConstituents
 Index constituent stocks with rise/fall/flat counts. More...
 

Enumerations

enum class  BrokerHoldingPeriod { Rct1 = 0 , Rct5 = 1 , Rct20 = 2 , Rct60 = 3 }
 
enum class  AhPremiumPeriod {
  Min1 = 0 , Min5 = 1 , Min15 = 2 , Min30 = 3 ,
  Min60 = 4 , Day = 5 , Week = 6 , Month = 7 ,
  Year = 8
}
 

Enumeration Type Documentation

◆ AhPremiumPeriod

Enumerator
Min1 
Min5 
Min15 
Min30 
Min60 
Day 
Week 
Month 
Year 

◆ BrokerHoldingPeriod

Enumerator
Rct1 
Rct5 
Rct20 
Rct60