/*
輸入 symbol 股票代號
回傳 成功: api_result (json)
失敗: 空字串
備註: 回傳的 JSON 裡 unicode 字元皆以 '\uXXXX' 表示
*/
std::string GetMKChartData(const char* symbol)
/*
輸入 symbol 股票代號
回傳 成功: api_result (json)
失敗: 空字串
備註: 回傳的 JSON 裡 unicode 字元皆以 '\uXXXX' 表示
*/
std::string GetWKChartData(const char* symbol)
/*
輸入 symbol 股票代號
回傳 成功: api_result (json)
失敗: 空字串
備註: 回傳的 JSON 裡 unicode 字元皆以 '\uXXXX' 表示
*/
std::string GetDKChartData(const char* symbol)
/*
輸入 symbol 股票代號
回傳 成功: api_result (json)
失敗: 空字串
備註: 回傳的 JSON 裡 unicode 字元皆以 '\uXXXX' 表示
*/
std::string GetAdjustedMKChartData(const char* symbol)
/*
輸入 symbol 股票代號
回傳 成功: api_result (json)
失敗: 空字串
備註: 回傳的 JSON 裡 unicode 字元皆以 '\uXXXX' 表示
*/
std::string GetAdjustedWKChartData(const char* symbol)
/*
輸入 symbol 股票代號
回傳 成功: api_result (json)
失敗: 空字串
備註: 回傳的 JSON 裡 unicode 字元皆以 '\uXXXX' 表示
*/
std::string GetAdjustedDKChartData(const char* symbol)