StockTradeDateByEndT
简述
指定日期的交易时段,与日期相关与时间点无关,与系统参数证券代码、日期相关。
StockTradeDateByEndT(Ttype:Int):array
名称 | 类型 | 说明 |
---|
Type | integer | Int 是否考虑集合竞价时段 0:不考虑,1:考虑 |
返回 | Array,TableArray | 数组,指定证券在所属指定日的交易开始时间和交易截止时间。 |
SetSysParam(pn_stock(),"a2107");
SetSysParam(PN_Date(),20210513T);
return StockTradeDateByEndT(1);
返回结果:
