CTP-API开发系列之四:接口对接准备
CTP-API开发系列之四:接口对接准备
CTP-API文件清单
文件名 | 说明 |
---|---|
ThostFtdcTraderApi.h | 交易接口,C++头文件,包括 CThostFtdcTraderSpi类和CThostFtdcTraderApi类 |
ThostFtdcMdApi.h | 行情接口,C++头文件,包括CThostFtdcMdSpi类和 CThostFtdcMdApi类 |
ThostFtdcUserApiDataType.h | 定义了接口使用的业务数据类型 |
ThostFtdcUserApiStruct.h | 定义了接口使用的业务数据结构 |
thosttraderapi_se.lib | windows系统下交易接口静态库 |
thosttraderapi_se.dll | windows系统下交易接口动态库 |
thosttraderapi_se.so | linux系统下交易接口动态库 |
thostmduserapi_se.lib | windows系统下行情接口静态库 |