Example #1
0
 public ImportSettings()
 {
   this.TapeFiles = new string[0];
   this.Instruments = new Instrument[0];
   this.Trades = true;
   this.Quotes = true;
   this.From = new TimeSpan?(new TimeSpan(9, 30, 0));
   this.To = new TimeSpan?(new TimeSpan(16, 0, 0));
   this.Advanced = new AdvancedImportSettings();
 }
Example #2
0
 public ImportSettings()
 {
     this.TapeFiles   = new string[0];
     this.Instruments = new Instrument[0];
     this.Trades      = true;
     this.Quotes      = true;
     this.From        = new TimeSpan?(new TimeSpan(9, 30, 0));
     this.To          = new TimeSpan?(new TimeSpan(16, 0, 0));
     this.Advanced    = new AdvancedImportSettings();
 }
 public void Init(AdvancedImportSettings settings)
 {
   this.settings = settings;
 }
Example #4
0
 public void Init(AdvancedImportSettings settings)
 {
     this.settings = settings;
 }