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.Boolean | isUserOwned |
Methods
Clone()
Declaration
public ITagList Clone()
Returns
| Type | Description |
|---|---|
| ITagList |
DeepClone(Boolean, Boolean)
Declaration
public FixMessage DeepClone(bool borrowFromPool, bool isNewObjectUserOwned)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | borrowFromPool | |
| System.Boolean | isNewObjectUserOwned |
Returns
| Type | Description |
|---|---|
| FixMessage |
MakeStandalone()
Declaration
protected override sealed FixMessage MakeStandalone()
Returns
| Type | Description |
|---|---|
| FixMessage |
Overrides
NewEmptyInstance(Boolean)
Declaration
protected virtual FixMessage NewEmptyInstance(bool isNewObjectUserOwned)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isNewObjectUserOwned |
Returns
| Type | Description |
|---|---|
| FixMessage |
NotifyInvalidMessage(Int32, Int32)
Declaration
protected override sealed IList<IDictionary<int, TagValue>> NotifyInvalidMessage(int rgTag, int rgFirstTag)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | rgTag | |
| System.Int32 | rgFirstTag |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.Collections.Generic.IDictionary<System.Int32, TagValue>> |
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