예제 #1
0
 public void SetList(int periodLength, List <Candle> candleList)
 {
     candleManager.SetList(stock.Id, periodLength, candleList);
 }