64

Tutorial on using the full push market interface Tutorial on using the full market interface and downloading historical data of Shanghai, Shenzhen and Beijing

Tornado market interface specifications and VC and other language call examples DEMO download

Tornado market interface specification and VC and other language calling examples DEMO download Tornado interface calling example-VC (note:This example is compiled under the VC6 platform,It can be directly compiled and passed under VC6,If compiled under a higher version of VC platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。   Tornado interface calling example-VB (Note:This example is compiled under the VB6 platform,It can be directly compiled and passed under VB6,If compiled under a higher version of VB platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。   Tornado interface calling example-C# (Note:This example is compiled under the VS6 platform,It can be directly compiled and passed under VS6,If compiled under a higher version of VS platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。   Tornado interface calling example-DelphiXE (Note:This example is compiled under the DELPHIXE5 platform,It can be compiled directly under DELPHIXE5,If compiled under a higher version of Delphi platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。   Tornado market interface calling example-DEMO written in python language (Note:This calling example is using the pycharm community version platform,version date:2023.2.5 It is recommended that everyone use the same version,Download address of pycharm community version: https://www.jetbrains.com/pycharm/download/other.html The version used by python is python 3.9.13(32-bit),Its download address: https://www.python.org/downloads/windows/ To call the interface function in the sample code, pyqt5 is used,Its installation method in pycharm: Run the command on the Terminal of pycharm to install it:pip install pyqt5 )。Please download the DEMO example in the corresponding language from the download button at the top of the page.。