Ejemplo n.º 1
0
 private FuturesContractManager()
 {
     _quote              = QuoteCenter2.Instance.Quote;
     _benchmarkBLL       = new BenchmarkBLL();
     _futurescontractdao = new FuturesContractDAO();
     _futuresItems       = new List <SecurityItem>();
     _benchmarks         = new List <Benchmark>();
 }