Class FixMessageWithTypePoolFactory
Inheritance
System.Object
FixMessageWithTypePoolFactory
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.FixEngine.Session.Util
Assembly: FixAntenna.Core.dll
Syntax
public class FixMessageWithTypePoolFactory
Methods
GetFixMessageWithTypeFromPool()
Declaration
public static FixMessageWithType GetFixMessageWithTypeFromPool()
Returns
Type | Description |
---|---|
Fix |
GetFixMessageWithTypeFromPool(FixMessage, Nullable<ChangesType>)
Declaration
public static FixMessageWithType GetFixMessageWithTypeFromPool(FixMessage list, ChangesType? changesType)
Parameters
Type | Name | Description |
---|---|---|
Fix |
list | |
System. |
changesType |
Returns
Type | Description |
---|---|
Fix |
GetFixMessageWithTypeFromPool(FixMessage, String)
Declaration
public static FixMessageWithType GetFixMessageWithTypeFromPool(FixMessage list, string type)
Parameters
Type | Name | Description |
---|---|---|
Fix |
list | |
System. |
type |
Returns
Type | Description |
---|---|
Fix |
GetObjectsCreated()
Declaration
public static int GetObjectsCreated()
Returns
Type | Description |
---|---|
System. |
ReturnObj(FixMessageWithType)
Declaration
public static void ReturnObj(FixMessageWithType message)
Parameters
Type | Name | Description |
---|---|---|
Fix |
message |