龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2024-9-27 14:11

CTP-API接口文档【struct YangFtdcCurrentTimeField】当前时间

[code]struct YangFtdcCurrentTimeField
{
        ///当前日期
        TThostFtdcDateType        CurrDate;
        ///当前时间
        TThostFtdcTimeType        CurrTime;
        ///当前时间(毫秒)
        TThostFtdcMillisecType        CurrMillisec;
        ///业务日期
        TThostFtdcDateType        ActionDay;
};
[/code]

页: [1]