Exemplo n.º 1
0
 public FixField(int tag, FixValue value)
 {
     Tag   = tag;
     Value = value;
 }
Exemplo n.º 2
0
 public void Deconstruct(out int tag, out FixValue value)
 {
     tag   = Tag;
     value = Value;
 }