Beispiel #1
0
 public string GetPath_KLineData(string code, int date, KLinePeriod klinePeriod)
 {
     return(CsvHistoryData_PathUtils.GetKLineDataPath(updatedDataPath, code, date, klinePeriod));
 }
Beispiel #2
0
 public string GetPath_TickData(string code, int date)
 {
     return(CsvHistoryData_PathUtils.GetTickDataPath(updatedDataPath, code, date));
 }
Beispiel #3
0
 public string GetPath_TradingTime(string code)
 {
     return(CsvHistoryData_PathUtils.GetTradingTimePath(updatedDataPath, code));
 }
Beispiel #4
0
 public string GetPath_MainFutures()
 {
     return(CsvHistoryData_PathUtils.GetMainFuturesPath(updatedDataPath));
 }
Beispiel #5
0
 public string GetPath_TradingDays()
 {
     return(CsvHistoryData_PathUtils.GetTradingDaysPath(updatedDataPath));
 }
Beispiel #6
0
 public string GetPath_Code()
 {
     return(CsvHistoryData_PathUtils.GetInstrumentsPath(updatedDataPath));
 }