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.Int32 | tagId |
FixRepeatingGroup(Int32, IList<FixEntry>)
Declaration
public FixRepeatingGroup(int tagId, IList<FixEntry> entries)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tagId | |
System.Collections.Generic.IList<FixEntry> | entries |
Properties
Entries
Declaration
public virtual IList<FixEntry> Entries { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FixEntry> |
TagId
Declaration
public virtual int TagId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |