Example #1
0
 public BarMakerForm(DataFile file, FileSeries tradeSeries)
 {
   eX4XcIhHpDXt70u2x3N.k8isAcYzkUOGF();
   // ISSUE: explicit constructor call
   base.\u002Ector();
   this.v2huqKah7Q();
   this.N9jutll7YX = file;
   this.NkcuEat6q3 = tradeSeries;
   foreach (BarType barType in Enum.GetValues(typeof (BarType)))
   {
     int num = this.wbYg1gUF09.Items.Add((object) barType);
     if (barType == DataManager.DefaultBarType)
       this.wbYg1gUF09.SelectedIndex = num;
   }
   this.yllghcYE0S.Value = (Decimal) DataManager.DefaultBarSize;
   this.crIuKCOCsn();
 }
Example #2
0
		public FileDataServer()
		{
			this.file = new DataFile("FreeQuant", Framework.Installation.DataDir.FullName);
		}
Example #3
0
		internal SeriesCollection(DataFile file)
		{
			this.dataFile = file;
			this.list = new SortedList();
		}
Example #4
0
 internal SeriesCollection(DataFile file)
 {
     this.dataFile = file;
     this.list     = new SortedList();
 }