• Version 1.15.2
Show / Hide Table of Contents

Class InvalidNumberOfRepeatingGroupInstances

Invalid number of repeating group instances is detected.

Inheritance
object
Exception
ParserException
InvalidNumberOfRepeatingGroupInstances
Implements
ISerializable
Inherited Members
ParserException.UndefinedTagId
ParserException.message
ParserException.FindMsgType(ReadOnlySpan<byte>)
ParserException.RefSeqNum
ParserException.RefTagId
ParserException.RefMsgType
ParserException.Reason
ParserException.FindSeqNum(ReadOnlySpan<byte>)
ParserException.FormatMessage()
ParserException.AddSeparatorIfRequired(StringBuilder)
ParserException.GetSeqNumAndMsgType(IMessage, out int, out string)
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class InvalidNumberOfRepeatingGroupInstances : ParserException, ISerializable

Constructors

InvalidNumberOfRepeatingGroupInstances(int, int, Message)

Declaration
public InvalidNumberOfRepeatingGroupInstances(int nInstances, int refTag, Message message)
Parameters
Type Name Description
int nInstances
int refTag
Message message

InvalidNumberOfRepeatingGroupInstances(int, int, int, Message)

Declaration
public InvalidNumberOfRepeatingGroupInstances(int nInstances, int refTag, int instanceIndex, Message msg)
Parameters
Type Name Description
int nInstances
int refTag
int instanceIndex
Message msg

InvalidNumberOfRepeatingGroupInstances(string, int, int, Message)

Declaration
public InvalidNumberOfRepeatingGroupInstances(string comments, int nInstances, int refTag, Message message)
Parameters
Type Name Description
string comments
int nInstances
int refTag
Message message

Implements

ISerializable
In this article
  • Constructors
    • InvalidNumberOfRepeatingGroupInstances(int, int, Message)
    • InvalidNumberOfRepeatingGroupInstances(int, int, int, Message)
    • InvalidNumberOfRepeatingGroupInstances(string, int, int, Message)
  • Implements
Back to top Copyright © Onix Solutions.
Generated by DocFX