QuickFix.TagNotDefinedForMessage.TagNotDefinedForMessage C# (CSharp) Method

TagNotDefinedForMessage() public method

public TagNotDefinedForMessage ( int field, string msgType )
field int
msgType string
        public TagNotDefinedForMessage(int field, string msgType)
            : base(field, FixValues.SessionRejectReason.TAG_NOT_DEFINED_FOR_THIS_MESSAGE_TYPE)
        {
            this.msgType = msgType;
        }
TagNotDefinedForMessage