Exemplo n.º 1
0
 public TimeframeItem(Timeframes tf)
 {
     this.Tf = tf;
     string[] names = TfHelper.GetTimeframeNames(tf);
     this.ShortName = names[0];
     this.Name      = names[1];
 }
Exemplo n.º 2
0
 public HistoryProviderTimeframe(Timeframes tf)
 {
     this.tf = tf;
     names   = TfHelper.GetTimeframeNames(tf);
 }