Class RepeatingGroup.Entry
Class for work with entry data. All entry data are stored at IndexedStorage, instances of this class is only view for entry data.
Implements
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)
Namespace: FixAntenna.Fix.Message.Rg
Assembly: FixAntenna.Message.dll
Syntax
public class Entry : EntryImpl, ITagList
Methods
Clone()
Declaration
public virtual ITagList Clone()
Returns
Type | Description |
---|---|
ITagList |
GetTagIdAtIndex(Int32)
Declaration
public virtual int GetTagIdAtIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Int32 |
Release()
Returns entry to pool if entry was got by GetEntry().
If entry was got by calling Entry AddEntry()
method or Entry GetEntry()
, then it does nothing.
Declaration
public virtual void Release()
ReleaseInstance()
Declaration
public virtual void ReleaseInstance()
Remove()
Remove entry from group
Declaration
public virtual void Remove()
RemoveAndClean()
Remove entry from group and clear message - remove group instance if it is empty
Declaration
public virtual void RemoveAndClean()