Example #1
0
        public object GetValue(int tag)
        {
            FIXField field = this.GetField(tag);

            if (field != null)
            {
                return(field.GetValue());
            }
            else
            {
                return(null);
            }
        }