如何获取当前交易商品是否有夜盘?多谢!
CodeProperty cp; //合约属性
Bool ret = GetProperty(cp);
If(FindFirstOf(cp.dealTimes,\"21\")==InvalidInteger){
//没有夜盘
}
GetSessionCount 交易时段个数判断