示例#1
0
 public commonClass.TradePointInfo[] GetTradePointWithEstimationDetail(out databases.tmpDS.tradeEstimateDataTable toTbl, commonClass.DataParams dataParam, string stockCode, string strategyCode, commonClass.EstimateOptions options)
 {
     return(base.Channel.GetTradePointWithEstimationDetail(out toTbl, dataParam, stockCode, strategyCode, options));
 }
示例#2
0
 public double[][] Estimate_Matrix_LastBizWeight(commonClass.DataParams dataParams, string[] stockCodeList, string[] strategyList)
 {
     return(base.Channel.Estimate_Matrix_LastBizWeight(dataParams, stockCodeList, strategyList));
 }
示例#3
0
 public databases.baseDS.priceDataDataTable GetAnalysis_Data(out int firstData, string stockCode, commonClass.DataParams dataParam)
 {
     return(base.Channel.GetAnalysis_Data(out firstData, stockCode, dataParam));
 }
示例#4
0
 public commonClass.DataValues[] GetIndicatorData(string code, commonClass.DataParams dataParam, string metaName)
 {
     return(base.Channel.GetIndicatorData(code, dataParam, metaName));
 }
示例#5
0
 public string LoadAnalysisData(string code, commonClass.DataParams dataParam, bool forceReadNew)
 {
     return(base.Channel.LoadAnalysisData(code, dataParam, forceReadNew));
 }