Class FixEntry
Inheritance
System.Object
FixEntry
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 FixEntry
Constructors
FixEntry()
Declaration
public FixEntry()
FixEntry(IList<TagValue>, IList<FixRepeatingGroup>)
Declaration
public FixEntry(IList<TagValue> fields, IList<FixRepeatingGroup> repeatingGroups)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<TagValue> | fields | |
System.Collections.Generic.IList<FixRepeatingGroup> | repeatingGroups |
Properties
Fields
Declaration
public virtual IList<TagValue> Fields { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TagValue> |
RepeatingGroups
Declaration
public virtual IList<FixRepeatingGroup> RepeatingGroups { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FixRepeatingGroup> |