示例#1
0
 public static bool IsIndex(this string bbgcode)
 {
     return bbgcode.BbgInstType().ToUpper() == "INDEX";
 }
示例#2
0
 public static bool IsComdty(this string bbgcode)
 {
     return bbgcode.BbgInstType().ToUpper() == "COMDTY";
 }
示例#3
0
 public static bool IsEquity(this string bbgcode)
 {
     return bbgcode.BbgInstType().ToUpper() == "EQUITY";
 }