Example #1
0
 public KLineModelImport(IPlugin_KLineModel model, KLinePeriod period, bool extendPeriod)
 {
     this.Model        = model;
     this.KLinePeriod  = period;
     this.extendPeriod = extendPeriod;
 }
Example #2
0
 public KLineModelImport(IPlugin_KLineModel model, String contract)
 {
     this.Model    = model;
     this.Contract = contract;
 }
Example #3
0
 public KLineModelImport(IPlugin_KLineModel model, KLinePeriod period)
 {
     this.Model       = model;
     this.KLinePeriod = period;
 }