isthepurchaseredemptiontype
简述
是否指定申购赎回类型,通过基金全称判断。与系统参数(基金代码、日期)相关。
1、与pn_stock/pn_date有关;pn_date当日已上市未终止;
isthepurchaseredemptiontype(fundname:string;containstr:string;notcontainstr:string):boolean
名称 | 类型 | 说明 |
---|
fundname | string | string,基金名称 |
containstr | string | string,包含字符串 |
notcontainstr | string | string,不包含的字符串 |
返回 | boolean | boolean:返回:布尔值,1:指定申购赎回类型;0:非指定申购赎回类型;-1?:未上市或已退市 |