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