Stock_RefinancingLendVol
简述
指定日指定期限的出借数量,与系统参数(证券代码,时间)相关
Stock_RefinancingLendVol (limite):real
名称 | 类型 | 说明 |
---|
Limite | integer | 整型,期限 |
返回 | real | 实数 |
// "SH600837"在20220811期限为14天的出借数量
SetSysParam(pn_stock(),"SH600837");
SetSysParam(PN_Date(),20220811T);
return Stock_RefinancingLendVol(14);
//结果:10000