Beispiel #1
0
 public string GetPath_KLineData(string code, int date, KLinePeriod klinePeriod)
 {
     return(CsvHistoryData_PathUtils.GetKLineDataPath(updatedDataPath, code, date, klinePeriod));
 }