コード例 #1
0
ファイル: RicMapper.cs プロジェクト: heimanhon/researchwork
 public static bool IsIndex(this string bbgcode)
 {
     return bbgcode.BbgInstType().ToUpper() == "INDEX";
 }
コード例 #2
0
ファイル: RicMapper.cs プロジェクト: heimanhon/researchwork
 public static bool IsComdty(this string bbgcode)
 {
     return bbgcode.BbgInstType().ToUpper() == "COMDTY";
 }
コード例 #3
0
ファイル: RicMapper.cs プロジェクト: heimanhon/researchwork
 public static bool IsEquity(this string bbgcode)
 {
     return bbgcode.BbgInstType().ToUpper() == "EQUITY";
 }