LongPort OpenAPI C++ SDK
|
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 &)=delete | longport::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, const std::optional< std::string > "e_ws_url, const std::optional< std::string > &trade_ws_url, const std::optional< Language > &language, bool enable_overnight, const std::optional< PushCandlestickMode > &push_candlestick_mode) | longport::Config | |
Config(const std::string &app_key, const std::string &app_secret, const std::string &access_token) | longport::Config | inline |
from_env(Config &config) | longport::Config | static |
operator const lb_config_t *() const | longport::Config | |
refresh_access_token(int64_t expired_at, AsyncCallback< void *, std::string > callback) | longport::Config | |
~Config() | longport::Config |