Class FixMessageFactory
Inheritance
System.Object
FixMessageFactory
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.Message
Assembly: FixAntenna.Message.dll
Syntax
public class FixMessageFactory
Methods
FieldListObjectsCreated()
Declaration
public static int FieldListObjectsCreated()
Returns
| Type | Description |
|---|---|
| System.Int32 |
FieldObjectsCreated()
Declaration
public static int FieldObjectsCreated()
Returns
| Type | Description |
|---|---|
| System.Int32 |
NewInstance(Boolean, Boolean)
Declaration
public static FixMessage NewInstance(bool fromPool, bool isUserOwned)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | fromPool | |
| System.Boolean | isUserOwned |
Returns
| Type | Description |
|---|---|
| FixMessage |
NewInstanceFromPool()
Declaration
public static FixMessage NewInstanceFromPool()
Returns
| Type | Description |
|---|---|
| FixMessage |
NewInstanceFromPool(Boolean)
Declaration
public static FixMessage NewInstanceFromPool(bool isUserOwned)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isUserOwned |
Returns
| Type | Description |
|---|---|
| FixMessage |
NewInstanceFromPoolForEngineParse()
Declaration
public static FixMessage NewInstanceFromPoolForEngineParse()
Returns
| Type | Description |
|---|---|
| FixMessage |