Mujinzou.cs

//例 0 1 2 3 4 5 6 7, 8, 9
//2005/5/20,1001,11,1001 日経平均,11104,11110,11034,11037,1257840000,東証1部
if (t.Length != 10 || t[3].Length < 4)
continue;
int code = ParseCode(t[3].Substring(0, 4));