Ejemplo n.º 1
0
 public FIXGroup()
 {
     this.fields    = new Dictionary <int, FIXField>();
     this.oncZo3Ix5 = new object();
     this.Id        = -1;
     this.Groups    = new FIXGroupTable();
 }
Ejemplo n.º 2
0
		public FIXGroup()
		{
			this.fields = new Dictionary<int, FIXField>();
			this.oncZo3Ix5 = new object();
			this.Id = -1;
			this.Groups = new FIXGroupTable();
		}