LongPort OpenAPI C++ SDK
longport::quote::QuoteContext Member List

This is the complete list of members for longport::quote::QuoteContext, including all inherited members.

brokers(const std::string &symbol, AsyncCallback< QuoteContext, SecurityBrokers > callback) constlongport::quote::QuoteContext
calc_indexes(const std::vector< std::string > &symbols, const std::vector< CalcIndex > &indexes, AsyncCallback< QuoteContext, std::vector< SecurityCalcIndex >> callback) constlongport::quote::QuoteContext
candlesticks(const std::string &symbol, Period period, uintptr_t count, AdjustType adjust_type, AsyncCallback< QuoteContext, std::vector< Candlestick >> callback) constlongport::quote::QuoteContext
capital_distribution(const std::string &symbol, AsyncCallback< QuoteContext, CapitalDistributionResponse > callback) constlongport::quote::QuoteContext
capital_flow(const std::string &symbol, AsyncCallback< QuoteContext, std::vector< CapitalFlowLine >> callback) constlongport::quote::QuoteContext
create(const Config &config, AsyncCallback< QuoteContext, void > callback)longport::quote::QuoteContextstatic
create_watchlist_group(const CreateWatchlistGroup &req, AsyncCallback< QuoteContext, int64_t > callback) constlongport::quote::QuoteContext
delete_watchlist_group(int64_t id, bool purge, AsyncCallback< QuoteContext, void > callback) constlongport::quote::QuoteContext
depth(const std::string &symbol, AsyncCallback< QuoteContext, SecurityDepth > callback) constlongport::quote::QuoteContext
history_candlesticks_by_date(const std::string &symbol, Period period, AdjustType adjust_type, std::optional< Date > start, std::optional< Date > end, AsyncCallback< QuoteContext, std::vector< Candlestick >> callback) constlongport::quote::QuoteContext
history_candlesticks_by_offset(const std::string &symbol, Period period, AdjustType adjust_type, bool forward, DateTime datetime, uintptr_t count, AsyncCallback< QuoteContext, std::vector< Candlestick >> callback) constlongport::quote::QuoteContext
intraday(const std::string &symbol, AsyncCallback< QuoteContext, std::vector< IntradayLine >> callback) constlongport::quote::QuoteContext
member_id()longport::quote::QuoteContext
operator=(const QuoteContext &ctx)longport::quote::QuoteContext
option_chain_expiry_date_list(const std::string &symbol, AsyncCallback< QuoteContext, std::vector< Date >> callback) constlongport::quote::QuoteContext
option_chain_info_by_date(const std::string &symbol, Date expiry_date, AsyncCallback< QuoteContext, std::vector< StrikePriceInfo >> callback) constlongport::quote::QuoteContext
option_quote(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< OptionQuote >> callback) constlongport::quote::QuoteContext
participants(AsyncCallback< QuoteContext, std::vector< ParticipantInfo >> callback) constlongport::quote::QuoteContext
quote(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< SecurityQuote >> callback) constlongport::quote::QuoteContext
quote_level() constlongport::quote::QuoteContext
quote_package_details(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< QuotePackageDetail >> callback) constlongport::quote::QuoteContext
QuoteContext()longport::quote::QuoteContext
QuoteContext(const lb_quote_context_t *ctx)longport::quote::QuoteContext
QuoteContext(const QuoteContext &ctx)longport::quote::QuoteContext
QuoteContext(QuoteContext &&ctx)longport::quote::QuoteContext
realtime_brokers(const std::string &symbol, AsyncCallback< QuoteContext, SecurityBrokers > callback) constlongport::quote::QuoteContext
realtime_candlesticks(const std::string &symbol, Period period, uintptr_t count, AsyncCallback< QuoteContext, std::vector< Candlestick >> callback) constlongport::quote::QuoteContext
realtime_depth(const std::string &symbol, AsyncCallback< QuoteContext, SecurityDepth > callback) constlongport::quote::QuoteContext
realtime_quote(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< RealtimeQuote >> callback) constlongport::quote::QuoteContext
realtime_trades(const std::string &symbol, uint64_t count, AsyncCallback< QuoteContext, std::vector< Trade >> callback) constlongport::quote::QuoteContext
ref_count() constlongport::quote::QuoteContext
security_list(Market market, SecurityListCategory category, AsyncCallback< QuoteContext, std::vector< Security >> callback) constlongport::quote::QuoteContext
set_on_brokers(PushCallback< QuoteContext, PushBrokers > callback) constlongport::quote::QuoteContext
set_on_candlestick(PushCallback< QuoteContext, PushCandlestick > callback) constlongport::quote::QuoteContext
set_on_depth(PushCallback< QuoteContext, PushDepth > callback) constlongport::quote::QuoteContext
set_on_quote(PushCallback< QuoteContext, PushQuote > callback) constlongport::quote::QuoteContext
set_on_trades(PushCallback< QuoteContext, PushTrades > callback) constlongport::quote::QuoteContext
static_info(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< SecurityStaticInfo >> callback) constlongport::quote::QuoteContext
subscribe(const std::vector< std::string > &symbols, SubFlags sub_flags, bool is_first_push, AsyncCallback< QuoteContext, void > callback) constlongport::quote::QuoteContext
subscribe_candlesticks(const std::string &symbol, Period period, AsyncCallback< QuoteContext, void > callback) constlongport::quote::QuoteContext
subscriptions(AsyncCallback< QuoteContext, std::vector< Subscription >> callback) constlongport::quote::QuoteContext
trades(const std::string &symbol, uintptr_t count, AsyncCallback< QuoteContext, std::vector< Trade >> callback) constlongport::quote::QuoteContext
trading_days(Market market, Date begin, Date end, AsyncCallback< QuoteContext, MarketTradingDays > callback)longport::quote::QuoteContext
trading_session(AsyncCallback< QuoteContext, std::vector< MarketTradingSession >> callback) constlongport::quote::QuoteContext
unsubscribe(const std::vector< std::string > &symbols, SubFlags sub_flags, AsyncCallback< QuoteContext, void > callback) constlongport::quote::QuoteContext
unsubscribe_candlesticks(const std::string &symbol, Period period, AsyncCallback< QuoteContext, void > callback) constlongport::quote::QuoteContext
update_watchlist_group(const UpdateWatchlistGroup &req, AsyncCallback< QuoteContext, void > callback) constlongport::quote::QuoteContext
warrant_issuers(AsyncCallback< QuoteContext, std::vector< IssuerInfo >> callback) constlongport::quote::QuoteContext
warrant_list(const std::string &symbol, WarrantSortBy sort_by, SortOrderType sort_order, const std::vector< WarrantType > &warrant_type, const std::vector< int32_t > &issuer, const std::vector< FilterWarrantExpiryDate > &expiry_date, const std::vector< FilterWarrantInOutBoundsType > &price_type, const std::vector< WarrantStatus > &status, AsyncCallback< QuoteContext, std::vector< WarrantInfo >> callback) constlongport::quote::QuoteContext
warrant_quote(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< WarrantQuote >> callback) constlongport::quote::QuoteContext
watchlist(AsyncCallback< QuoteContext, std::vector< WatchlistGroup >> callback) constlongport::quote::QuoteContext
~QuoteContext()longport::quote::QuoteContext