Class FixRepeatingGroup
Inheritance
System.Object
FixRepeatingGroup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Fix.Validation.Engine.FixMessage.Tree
Assembly: FixAntenna.Validation.dll
Syntax
public class FixRepeatingGroup
Constructors
FixRepeatingGroup(Int32)
Declaration
public FixRepeatingGroup(int tagId)
Parameters
Type | Name | Description |
---|---|---|
System. |
tagId |
FixRepeatingGroup(Int32, IList<FixEntry>)
Declaration
public FixRepeatingGroup(int tagId, IList<FixEntry> entries)
Parameters
Type | Name | Description |
---|---|---|
System. |
tagId | |
System. |
entries |
Properties
Entries
Declaration
public virtual IList<FixEntry> Entries { get; }
Property Value
Type | Description |
---|---|
System. |
TagId
Declaration
public virtual int TagId { get; }
Property Value
Type | Description |
---|---|
System. |