Market data context.
More...
#include <market_context.hpp>
|
| | MarketContext () |
| |
| | MarketContext (const lb_market_context_t *ctx) |
| |
| | MarketContext (const MarketContext &ctx) |
| |
| | MarketContext (MarketContext &&ctx) |
| |
| | ~MarketContext () |
| |
| MarketContext & | operator= (const MarketContext &ctx) |
| |
| void | market_status (AsyncCallback< MarketContext, MarketStatusResponse > callback) const |
| | Get market trading status. More...
|
| |
| void | broker_holding (const std::string &symbol, BrokerHoldingPeriod period, AsyncCallback< MarketContext, BrokerHoldingTop > callback) const |
| | Get top broker holdings. More...
|
| |
| void | broker_holding_detail (const std::string &symbol, AsyncCallback< MarketContext, BrokerHoldingDetail > callback) const |
| | Get full broker holding details. More...
|
| |
| void | broker_holding_daily (const std::string &symbol, const std::string &broker_id, AsyncCallback< MarketContext, BrokerHoldingDailyHistory > callback) const |
| | Get daily broker holding history. More...
|
| |
| void | ah_premium (const std::string &symbol, AhPremiumPeriod period, uint32_t count, AsyncCallback< MarketContext, AhPremiumKlines > callback) const |
| | Get A/H premium K-lines. More...
|
| |
| void | ah_premium_intraday (const std::string &symbol, AsyncCallback< MarketContext, AhPremiumIntraday > callback) const |
| | Get A/H premium intraday. More...
|
| |
| void | trade_stats (const std::string &symbol, AsyncCallback< MarketContext, TradeStatsResponse > callback) const |
| | Get trade statistics. More...
|
| |
| void | anomaly (const std::string &market, AsyncCallback< MarketContext, AnomalyResponse > callback) const |
| | Get market anomalies. More...
|
| |
| void | constituent (const std::string &symbol, AsyncCallback< MarketContext, IndexConstituents > callback) const |
| | Get index constituents. More...
|
| |
◆ MarketContext() [1/4]
| longbridge::market::MarketContext::MarketContext |
( |
| ) |
|
◆ MarketContext() [2/4]
◆ MarketContext() [3/4]
| longbridge::market::MarketContext::MarketContext |
( |
const MarketContext & |
ctx | ) |
|
◆ MarketContext() [4/4]
| longbridge::market::MarketContext::MarketContext |
( |
MarketContext && |
ctx | ) |
|
◆ ~MarketContext()
| longbridge::market::MarketContext::~MarketContext |
( |
| ) |
|
◆ ah_premium()
◆ ah_premium_intraday()
Get A/H premium intraday.
◆ anomaly()
◆ broker_holding()
◆ broker_holding_daily()
Get daily broker holding history.
◆ broker_holding_detail()
Get full broker holding details.
◆ constituent()
◆ create()
◆ market_status()
Get market trading status.
◆ operator=()
◆ trade_stats()
The documentation for this class was generated from the following file: