├── README.md ├── dllmain.cpp ├── fileapp └── Tdx2016 │ ├── ImageList16.bmp │ ├── MfcHlpr520.dll │ ├── T0002 │ ├── clcache.dat │ ├── newmodem.ini │ ├── syscomm.ini │ ├── usercomm.ini │ ├── wt_cache │ │ └── TcApi_Cache │ │ │ ├── 0-BRANCH-00000001.TCS │ │ │ ├── 0-ENTRY-9000.TCS │ │ │ ├── 0-USER-1-12591.TCS │ │ │ ├── 102-BRANCH-00000058.TCS │ │ │ ├── 102-ENTRY-0000.TCS │ │ │ ├── 102-ENTRY-0175.TCS │ │ │ ├── 102-ENTRY-0235.TCS │ │ │ ├── 102-ENTRY-0236.TCS │ │ │ ├── 102-ENTRY-0237.TCS │ │ │ ├── 102-ENTRY-0238.TCS │ │ │ ├── 102-ENTRY-0718.TCS │ │ │ ├── 102-ENTRY-0726.TCS │ │ │ ├── 102-ENTRY-0733.TCS │ │ │ ├── 102-ENTRY-0738.TCS │ │ │ ├── 102-ENTRY-0753.TCS │ │ │ ├── 102-USER-58-0580074507.TCS │ │ │ ├── HOST-110.87.168.110(7708).TCS │ │ │ ├── HOST-122.224.125.187(7708).TCS │ │ │ ├── HOST-122.224.27.198(7708).TCS │ │ │ ├── HOST-124.117.234.154(7708).TCS │ │ │ ├── HOST-124.74.236.94(7708).TCS │ │ │ ├── HOST-210.13.78.154(7708).TCS │ │ │ ├── HOST-218.80.248.229(7708).TCS │ │ │ ├── HOST-58.246.109.27(7708).TCS │ │ │ ├── HOST-TDX.htsec.com(7708).TCS │ │ │ └── HOST-mock.tdx.com.cn(7708).TCS │ └── wt_data │ │ ├── 0580074507_.ymd │ │ ├── machine.xml │ │ ├── 海通证券#58#0580074507.csd │ │ ├── 海通证券#58#0580074507.pcs │ │ ├── 海通证券#58#0580074507MomentMsg.data │ │ ├── 通达信#1#12591.csd │ │ ├── 通达信#1#12591.pcs │ │ └── 通达信#1#12591MomentMsg.data │ ├── TCPlugins │ ├── AddinCA.dll │ ├── AddinCommonControl.dll │ ├── AddinCredit.dll │ ├── AddinFund.dll │ ├── AddinGXRZKL.dll │ ├── AddinMiniQuote.dll │ ├── AddinPush.dll │ ├── AddinSafeControl.dll │ ├── AddinService.dll │ ├── AddinStock.dll │ ├── AddinTList.dll │ ├── AddinUtility.dll │ ├── AddinVip.dll │ ├── AddinVipLc.dll │ ├── AddinYzzz.dll │ ├── CITICSFTKeyUtilLiteV01.dll │ ├── TSCICSP.dll │ ├── api209X_dll_M.dll │ ├── ePass2001API.dll │ ├── jjfx.txt │ ├── jjfxts.txt │ ├── jjzndtfx1.txt │ ├── kii_citics_sign.dll │ └── ywtfxxt.txt │ ├── TEncrypt.dll │ ├── Tc.exe │ ├── TcApi.dll │ ├── connect.cfg │ ├── etrade.xmb │ ├── l2plugin.cfg │ ├── mainver.cfg │ ├── qscomte.dat │ ├── res_std.dll │ ├── res_vip.dll │ ├── risk.txt │ ├── system.uid │ ├── tc.dll │ ├── tcoem.xmb │ ├── tcoem.xml │ ├── tdxw.ql │ ├── tips.dat │ ├── vip.dll │ ├── waitcir.gif │ ├── xzqs.exe │ ├── zdcomte.cfg │ ├── zdcomte.dat │ ├── 中信证券 │ ├── CITICSFTKeyUtilLiteV01.dll │ ├── TSCICSP.dll │ ├── api209X_dll_M.dll │ └── kii_citics_sign.dll │ ├── 使用说明.txt │ ├── 兴业证券 │ └── AddinXYCA.dll │ ├── 国信证券 │ ├── TSCICSP.dll │ └── ft.dll │ └── 通达信模拟账号设置图.png ├── pystock.cpp ├── pystock.h ├── pythonstock.sdf ├── pythonstock.vcxproj ├── stdafx.cpp ├── stdafx.h └── targetver.h /README.md: -------------------------------------------------------------------------------- 1 | # ChinaStock_TradeAPI 2 | ChinaStock_TradeAPI/A股交易接口 3 | 4 | 通过系统底层控制交易软件,进行下单、撤单、查询等操作。 5 | 6 | 纯C++代码,生成dll供调用。下单速度可以极速至50ms。 -------------------------------------------------------------------------------- /dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/dllmain.cpp -------------------------------------------------------------------------------- /fileapp/Tdx2016/ImageList16.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/ImageList16.bmp -------------------------------------------------------------------------------- /fileapp/Tdx2016/MfcHlpr520.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/MfcHlpr520.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/clcache.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/clcache.dat -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/newmodem.ini: -------------------------------------------------------------------------------- 1 | [OTHER] 2 | WTTOP=494 3 | WTLEFT=590 4 | WTRIGHT=1592 5 | WTBOTTOM=951 6 | [HOTKEY] 7 | FASTCHECK=1 8 | VIRTKEY=67 9 | COMBOKEY=6 10 | INFO=1 11 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/syscomm.ini: -------------------------------------------------------------------------------- 1 | [other] 2 | NLB=1 3 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/usercomm.ini: -------------------------------------------------------------------------------- 1 | [WTHOST] 2 | PrimaryHost=3 3 | QHPrimaryHost=-1 4 | XYPrimaryHost=28 5 | [other] 6 | SAVEZH=0 7 | ENCRYPTACCOUNT=0 8 | [PROXY] 9 | HasProxy=0 10 | ProxyPort=80 11 | SockType=2 12 | ProxyIP= 13 | ProxyUser= 14 | ProxyPass= 15 | [TDXPROXY] 16 | Primary=0 17 | buse=0 18 | [VIPWTHOST] 19 | PrimaryHost=0 20 | QHPrimaryHost=0 21 | XYPrimaryHost=0 22 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/0-BRANCH-00000001.TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/0-BRANCH-00000001.TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/0-ENTRY-9000.TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/0-ENTRY-9000.TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/0-USER-1-12591.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-BRANCH-00000058.TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-BRANCH-00000058.TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0000.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0175.TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0175.TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0235.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0236.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0237.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0238.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0718.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0726.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0733.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0738.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-ENTRY-0753.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/102-USER-58-0580074507.TCS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-110.87.168.110(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-110.87.168.110(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-122.224.125.187(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-122.224.125.187(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-122.224.27.198(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-122.224.27.198(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-124.117.234.154(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-124.117.234.154(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-124.74.236.94(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-124.74.236.94(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-210.13.78.154(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-210.13.78.154(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-218.80.248.229(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-218.80.248.229(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-58.246.109.27(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-58.246.109.27(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-TDX.htsec.com(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-TDX.htsec.com(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-mock.tdx.com.cn(7708).TCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_cache/TcApi_Cache/HOST-mock.tdx.com.cn(7708).TCS -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_data/0580074507_.ymd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_data/0580074507_.ymd -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_data/machine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_data/machine.xml -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_data/海通证券#58#0580074507.csd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_data/海通证券#58#0580074507.csd -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_data/海通证券#58#0580074507.pcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_data/海通证券#58#0580074507.pcs -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_data/海通证券#58#0580074507MomentMsg.data: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_data/通达信#1#12591.csd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_data/通达信#1#12591.csd -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_data/通达信#1#12591.pcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/T0002/wt_data/通达信#1#12591.pcs -------------------------------------------------------------------------------- /fileapp/Tdx2016/T0002/wt_data/通达信#1#12591MomentMsg.data: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinCA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinCA.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinCommonControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinCommonControl.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinCredit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinCredit.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinFund.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinFund.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinGXRZKL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinGXRZKL.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinMiniQuote.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinMiniQuote.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinPush.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinPush.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinSafeControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinSafeControl.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinService.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinService.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinStock.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinStock.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinTList.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinTList.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinUtility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinUtility.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinVip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinVip.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinVipLc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinVipLc.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/AddinYzzz.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/AddinYzzz.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/CITICSFTKeyUtilLiteV01.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/CITICSFTKeyUtilLiteV01.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/TSCICSP.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/TSCICSP.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/api209X_dll_M.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/api209X_dll_M.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/ePass2001API.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/ePass2001API.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/jjfx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/jjfx.txt -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/jjfxts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/jjfxts.txt -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/jjzndtfx1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/jjzndtfx1.txt -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/kii_citics_sign.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/kii_citics_sign.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/TCPlugins/ywtfxxt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TCPlugins/ywtfxxt.txt -------------------------------------------------------------------------------- /fileapp/Tdx2016/TEncrypt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TEncrypt.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/Tc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/Tc.exe -------------------------------------------------------------------------------- /fileapp/Tdx2016/TcApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/TcApi.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/connect.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/connect.cfg -------------------------------------------------------------------------------- /fileapp/Tdx2016/etrade.xmb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/etrade.xmb -------------------------------------------------------------------------------- /fileapp/Tdx2016/l2plugin.cfg: -------------------------------------------------------------------------------- 1 | [Version] 2 | HasLevel2Engine=1 3 | EverTdxLevel2=1 4 | Level2_AutoupId=jyjgb 5 | KQS=1 6 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/mainver.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | MAINVERSION= -------------------------------------------------------------------------------- /fileapp/Tdx2016/qscomte.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/qscomte.dat -------------------------------------------------------------------------------- /fileapp/Tdx2016/res_std.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/res_std.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/res_vip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/res_vip.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/risk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/risk.txt -------------------------------------------------------------------------------- /fileapp/Tdx2016/system.uid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/system.uid -------------------------------------------------------------------------------- /fileapp/Tdx2016/tc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/tc.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/tcoem.xmb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/tcoem.xmb -------------------------------------------------------------------------------- /fileapp/Tdx2016/tcoem.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 |
106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 166 | 167 | 169 | 170 | 171 | 173 | 174 | 177 | 178 | 181 | 352 | 353 | 388 | 389 | 392 | 393 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | -------------------------------------------------------------------------------- /fileapp/Tdx2016/tdxw.ql: -------------------------------------------------------------------------------- 1 | 20151126102334TDX20151231101928 -------------------------------------------------------------------------------- /fileapp/Tdx2016/tips.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/tips.dat -------------------------------------------------------------------------------- /fileapp/Tdx2016/vip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/vip.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/waitcir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/waitcir.gif -------------------------------------------------------------------------------- /fileapp/Tdx2016/xzqs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/xzqs.exe -------------------------------------------------------------------------------- /fileapp/Tdx2016/zdcomte.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/zdcomte.cfg -------------------------------------------------------------------------------- /fileapp/Tdx2016/zdcomte.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/zdcomte.dat -------------------------------------------------------------------------------- /fileapp/Tdx2016/中信证券/CITICSFTKeyUtilLiteV01.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/中信证券/CITICSFTKeyUtilLiteV01.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/中信证券/TSCICSP.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/中信证券/TSCICSP.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/中信证券/api209X_dll_M.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/中信证券/api209X_dll_M.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/中信证券/kii_citics_sign.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/中信证券/kii_citics_sign.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/使用说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/使用说明.txt -------------------------------------------------------------------------------- /fileapp/Tdx2016/兴业证券/AddinXYCA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/兴业证券/AddinXYCA.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/国信证券/TSCICSP.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/国信证券/TSCICSP.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/国信证券/ft.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/国信证券/ft.dll -------------------------------------------------------------------------------- /fileapp/Tdx2016/通达信模拟账号设置图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/fileapp/Tdx2016/通达信模拟账号设置图.png -------------------------------------------------------------------------------- /pystock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/pystock.cpp -------------------------------------------------------------------------------- /pystock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/pystock.h -------------------------------------------------------------------------------- /pythonstock.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/pythonstock.sdf -------------------------------------------------------------------------------- /pythonstock.vcxproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | Debug 6 | Win32 7 | 8 | 9 | Release 10 | Win32 11 | 12 | 13 | 14 | {CA9C09F9-A3B8-483D-80EC-D6F1EFAE0510} 15 | Win32Proj 16 | pythonstock 17 | 18 | 19 | 20 | DynamicLibrary 21 | true 22 | v120 23 | Unicode 24 | 25 | 26 | DynamicLibrary 27 | false 28 | v120 29 | true 30 | Unicode 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | true 44 | pystock 45 | 46 | 47 | false 48 | 49 | 50 | 51 | Use 52 | Level3 53 | Disabled 54 | WIN32;_DEBUG;_WINDOWS;_USRDLL;PYTHONSTOCK_EXPORTS;%(PreprocessorDefinitions) 55 | true 56 | 57 | 58 | Windows 59 | true 60 | 61 | 62 | 63 | 64 | Level3 65 | Use 66 | MaxSpeed 67 | true 68 | true 69 | WIN32;NDEBUG;_WINDOWS;_USRDLL;PYTHONSTOCK_EXPORTS;%(PreprocessorDefinitions) 70 | true 71 | 72 | 73 | Windows 74 | true 75 | true 76 | true 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | false 90 | 91 | 92 | false 93 | 94 | 95 | 96 | 97 | 98 | Create 99 | Create 100 | 101 | 102 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/stdafx.cpp -------------------------------------------------------------------------------- /stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/stdafx.h -------------------------------------------------------------------------------- /targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyformat99/ChinaStock_TradeAPI/61383654d82d64bd14a5e0cc2a3fb82835840fe6/targetver.h --------------------------------------------------------------------------------