LongPort OpenAPI C++ SDK
|
This is the complete list of members for longport::quote::QuoteContext, including all inherited members.
brokers(const std::string &symbol, AsyncCallback< QuoteContext, SecurityBrokers > callback) const | longport::quote::QuoteContext | |
calc_indexes(const std::vector< std::string > &symbols, const std::vector< CalcIndex > &indexes, AsyncCallback< QuoteContext, std::vector< SecurityCalcIndex >> callback) const | longport::quote::QuoteContext | |
candlesticks(const std::string &symbol, Period period, uintptr_t count, AdjustType adjust_type, AsyncCallback< QuoteContext, std::vector< Candlestick >> callback) const | longport::quote::QuoteContext | |
capital_distribution(const std::string &symbol, AsyncCallback< QuoteContext, CapitalDistributionResponse > callback) const | longport::quote::QuoteContext | |
capital_flow(const std::string &symbol, AsyncCallback< QuoteContext, std::vector< CapitalFlowLine >> callback) const | longport::quote::QuoteContext | |
create(const Config &config, AsyncCallback< QuoteContext, void > callback) | longport::quote::QuoteContext | static |
create_watchlist_group(const CreateWatchlistGroup &req, AsyncCallback< QuoteContext, int64_t > callback) const | longport::quote::QuoteContext | |
delete_watchlist_group(int64_t id, bool purge, AsyncCallback< QuoteContext, void > callback) const | longport::quote::QuoteContext | |
depth(const std::string &symbol, AsyncCallback< QuoteContext, SecurityDepth > callback) const | longport::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) const | longport::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) const | longport::quote::QuoteContext | |
intraday(const std::string &symbol, AsyncCallback< QuoteContext, std::vector< IntradayLine >> callback) const | longport::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) const | longport::quote::QuoteContext | |
option_chain_info_by_date(const std::string &symbol, Date expiry_date, AsyncCallback< QuoteContext, std::vector< StrikePriceInfo >> callback) const | longport::quote::QuoteContext | |
option_quote(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< OptionQuote >> callback) const | longport::quote::QuoteContext | |
participants(AsyncCallback< QuoteContext, std::vector< ParticipantInfo >> callback) const | longport::quote::QuoteContext | |
quote(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< SecurityQuote >> callback) const | longport::quote::QuoteContext | |
quote_level() const | longport::quote::QuoteContext | |
quote_package_details(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< QuotePackageDetail >> callback) const | longport::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) const | longport::quote::QuoteContext | |
realtime_candlesticks(const std::string &symbol, Period period, uintptr_t count, AsyncCallback< QuoteContext, std::vector< Candlestick >> callback) const | longport::quote::QuoteContext | |
realtime_depth(const std::string &symbol, AsyncCallback< QuoteContext, SecurityDepth > callback) const | longport::quote::QuoteContext | |
realtime_quote(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< RealtimeQuote >> callback) const | longport::quote::QuoteContext | |
realtime_trades(const std::string &symbol, uint64_t count, AsyncCallback< QuoteContext, std::vector< Trade >> callback) const | longport::quote::QuoteContext | |
ref_count() const | longport::quote::QuoteContext | |
security_list(Market market, SecurityListCategory category, AsyncCallback< QuoteContext, std::vector< Security >> callback) const | longport::quote::QuoteContext | |
set_on_brokers(PushCallback< QuoteContext, PushBrokers > callback) const | longport::quote::QuoteContext | |
set_on_candlestick(PushCallback< QuoteContext, PushCandlestick > callback) const | longport::quote::QuoteContext | |
set_on_depth(PushCallback< QuoteContext, PushDepth > callback) const | longport::quote::QuoteContext | |
set_on_quote(PushCallback< QuoteContext, PushQuote > callback) const | longport::quote::QuoteContext | |
set_on_trades(PushCallback< QuoteContext, PushTrades > callback) const | longport::quote::QuoteContext | |
static_info(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< SecurityStaticInfo >> callback) const | longport::quote::QuoteContext | |
subscribe(const std::vector< std::string > &symbols, SubFlags sub_flags, bool is_first_push, AsyncCallback< QuoteContext, void > callback) const | longport::quote::QuoteContext | |
subscribe_candlesticks(const std::string &symbol, Period period, AsyncCallback< QuoteContext, void > callback) const | longport::quote::QuoteContext | |
subscriptions(AsyncCallback< QuoteContext, std::vector< Subscription >> callback) const | longport::quote::QuoteContext | |
trades(const std::string &symbol, uintptr_t count, AsyncCallback< QuoteContext, std::vector< Trade >> callback) const | longport::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) const | longport::quote::QuoteContext | |
unsubscribe(const std::vector< std::string > &symbols, SubFlags sub_flags, AsyncCallback< QuoteContext, void > callback) const | longport::quote::QuoteContext | |
unsubscribe_candlesticks(const std::string &symbol, Period period, AsyncCallback< QuoteContext, void > callback) const | longport::quote::QuoteContext | |
update_watchlist_group(const UpdateWatchlistGroup &req, AsyncCallback< QuoteContext, void > callback) const | longport::quote::QuoteContext | |
warrant_issuers(AsyncCallback< QuoteContext, std::vector< IssuerInfo >> callback) const | longport::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) const | longport::quote::QuoteContext | |
warrant_quote(const std::vector< std::string > &symbols, AsyncCallback< QuoteContext, std::vector< WarrantQuote >> callback) const | longport::quote::QuoteContext | |
watchlist(AsyncCallback< QuoteContext, std::vector< WatchlistGroup >> callback) const | longport::quote::QuoteContext | |
~QuoteContext() | longport::quote::QuoteContext |