Beispiel #1
0
 public FixTag(int tag, string value, int position)
 {
     this.tag      = tag;
     this.value    = value;
     this.pos      = position;
     this.enricher = FixTagValueEnricher.GetEnricher(tag);
 }
Beispiel #2
0
 public FixTag(int tag, string value)
 {
     this.tag      = tag;
     this.value    = value;
     this.enricher = FixTagValueEnricher.GetEnricher(tag);
 }