Class FixMessage
The FIX message.
Inheritance
System.Object
FixMessage
Implements
System.Collections.Generic.IList <TagValue >
System.Collections.Generic.ICollection <TagValue >
System.Collections.Generic.IEnumerable <TagValue >
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.Fix.Message
Assembly: FixAntenna.Message.dll
Syntax
public class FixMessage : FixMessageAdapter, IList<TagValue>, ICollection<TagValue>, IEnumerable<TagValue>, IEnumerable, ITagList
Constructors
FixMessage()
Declaration
public FixMessage()
FixMessage(Boolean)
Declaration
protected FixMessage(bool isUserOwned)
Parameters
Type | Name | Description |
---|---|---|
System. |
isUserOwned |
Methods
Clone()
Declaration
public ITagList Clone()
Returns
Type | Description |
---|---|
ITag |
DeepClone(Boolean, Boolean)
Declaration
public FixMessage DeepClone(bool borrowFromPool, bool isNewObjectUserOwned)
Parameters
Type | Name | Description |
---|---|---|
System. |
borrowFromPool | |
System. |
isNewObjectUserOwned |
Returns
Type | Description |
---|---|
Fix |
MakeStandalone()
Declaration
protected override sealed FixMessage MakeStandalone()
Returns
Type | Description |
---|---|
Fix |
Overrides
NewEmptyInstance(Boolean)
Declaration
protected virtual FixMessage NewEmptyInstance(bool isNewObjectUserOwned)
Parameters
Type | Name | Description |
---|---|---|
System. |
isNewObjectUserOwned |
Returns
Type | Description |
---|---|
Fix |
NotifyInvalidMessage(Int32, Int32)
Declaration
protected override sealed IList<IDictionary<int, TagValue>> NotifyInvalidMessage(int rgTag, int rgFirstTag)
Parameters
Type | Name | Description |
---|---|---|
System. |
rgTag | |
System. |
rgFirstTag |
Returns
Type | Description |
---|---|
System. |
Overrides
ReleaseInstance()
Declaration
public virtual void ReleaseInstance()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable