Ejemplo n.º 1
0
 public Field(int tag, Dictionary.FIX_5_0.ExecType value)
     : this(tag, ((char)value).ToString())
 {
 }
Ejemplo n.º 2
0
 public Field(Dictionary.Field definition, Dictionary.FIX_5_0.ExecType value)
     : this(definition.Tag, value)
 {
     Definition = definition;
 }