Example #1
0
 public IKLineData GetRange(int startPos, int endPos)
 {
     return(klineData.GetRange(startPos, endPos));
 }