LongPort OpenAPI C++ SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
longport::Config Member List

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

Config()longport::Config
Config(lb_config_t *config)longport::Config
Config(const Config &)=deletelongport::Config
Config(Config &&other)longport::Config
Config(const std::string &app_key, const std::string &app_secret, const std::string &access_token, const std::optional< std::string > &http_url=std::nullopt, const std::optional< std::string > &quote_ws_url=std::nullopt, const std::optional< std::string > &trade_ws_url=std::nullopt, const std::optional< Language > &language=std::nullopt, bool enable_overnight=false, const std::optional< PushCandlestickMode > &push_candlestick_mode=std::nullopt, bool enable_print_quote_packages=true, const std::optional< std::string > &log_path=std::nullopt)longport::Config
from_env(Config &config)longport::Configstatic
operator const lb_config_t *() constlongport::Config
refresh_access_token(int64_t expired_at, AsyncCallback< void *, std::string > callback)longport::Config
~Config()longport::Config