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