Metadata-Version: 2.1
Name: CtpPlus
Version: 6.7.2
Summary: CTP官方API的封装的Python版。
Home-page: 
Author: jyl
Author-email: 
Keywords: CTP程序化交易
Platform: Windows
Platform: Linux
Requires-Python: >=3.7
License-File: LICENSE


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