| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/noneback/openapi/main/examples/cpp/get_quote/main.cpp | [Back] [Original] |
#include
#include
#ifdef WIN32
#include
#endif
using namespace longport;
using namespace longport::quote;
int
main(int argc, char const* argv[])
{
#ifdef WIN32
SetConsoleOutputCP(CP_UTF8);
#endif
Config config;
Status status = Config::from_env(config);
if (!status) {
std::cout
| Web Proxy Viewer | New URL | Original Page |