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