Tongdaxin charging interface query can apply for new shares c++ source code sharing

Many stockholders will use third-party stock trading tools to help themselves in order to achieve profits when doing stock transactions. Then Tongdaxin’s charging interface is commonly used by people. Today, I will share the c++ source code of Tongdaxin’s charging interface for querying and purchasing new shares:

std::cout <<  "========== Query available new shares: category = 12 ===========\n" ;

category = 12;

QueryData(clientId, category, result, errinfo);

if (NULL != errinfo[0]) {

  std::cout << errinfo << std::endl;

} else {

  std::cout << result << std::endl;

}

std::cout << std::endl;

 The above is the editor’s introduction to the c++ source code of Tongdaxin interface query that can apply for new shares. If you don’t understand, you can leave a message to the editor below (qq)!

 

Guess you like

Origin blog.csdn.net/qq_121463726/article/details/128954550