Пример #1
0
 public iMA(IFunction inData, int period, FxMAMethod method)
 {
     _fxMA = new FxMA(inData, period, method);
 }