RD_Submit_BALJAmount
简述
累计委托金额
RD_Submit_BALJAmount(BSType:UserDefine;N:Integer):Real
名称 | 类型 | 说明 |
---|
BSType | UserDefine | 用户自定义,买卖类型,默认为0,取值如下:
|
N | Integer | 整数,前N档位。-1:表全部;1~5:前N档 |
返回 | Real | Real,累计委托金额 |
sp_s(pn_stock(),"SZ000001");
sp_s(pn_date(),20231030.110000t);
sp_s(pn_cycle(),cy_detail());
BSType := 0;
N := 5;
return RD_Submit_BALJAmount(BSType,N);// 70240787