Metadata-Version: 2.4
Name: CtpPlus
Version: 6.7.2
Summary: CTP官方API的封装的Python版。
Home-page: https://gitee.com/syealfalfa/CtpPlus-master
Author: jyl
Author-email: 1650806563@qq.com
Keywords: CTP程序化交易
Platform: Windows
Platform: Linux
Requires-Python: >=3.7
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: platform
Dynamic: requires-python
Dynamic: summary


        从以下三个不同的维度实现低延时：
        1. 利用Cython技术释放了GIL；
        2. 同时支持接入多路行情源，降低轮询等待时间；
        3. 利用CTP的线程特性，以接口回调直接驱动策略运行，无需主事件引擎，真正实现去中心化。
        
