示例#1
0
 public OfflineBarFactory()
 {
     this.Enabled   = true;
     this.Input     = BarFactoryInput.Trade;
     this.Items     = new BarFactoryItemList();
     this.ReSeeRRAl = new Dictionary <IFIXInstrument, Dictionary <BarType, SortedList <long, OfflineBarFactory.BarSizeCounter> > >();
     this.ALv6cyCmM = new Dictionary <IFIXInstrument, Quote>();
 }
示例#2
0
		public OfflineBarFactory()
		{
			this.Enabled = true;
			this.Input = BarFactoryInput.Trade;
			this.Items = new BarFactoryItemList();
			this.ReSeeRRAl = new Dictionary<IFIXInstrument, Dictionary<BarType, SortedList<long, OfflineBarFactory.BarSizeCounter>>>();
			this.ALv6cyCmM = new Dictionary<IFIXInstrument, Quote>();
		}
示例#3
0
 public BarFactory(bool enabled)
 {
     this.Enabled    = enabled;
     this.Input      = BarFactoryInput.Trade;
     this.cqyLFWMOvs = new Hashtable();
     this.items      = new BarFactoryItemList();
     this.items.Add(new BarFactoryItem());
     this.A3ELH6L4QJ = new Hashtable();
     this.NJNLAPvWPO = Hashtable.Synchronized(new Hashtable());
 }
示例#4
0
		public BarFactory(bool enabled)
		{
			this.Enabled = enabled;
			this.Input = BarFactoryInput.Trade;
			this.cqyLFWMOvs = new Hashtable();
			this.items = new BarFactoryItemList();
			this.items.Add(new BarFactoryItem());
			this.A3ELH6L4QJ = new Hashtable();
			this.NJNLAPvWPO = Hashtable.Synchronized(new Hashtable());
		}