Class FixMessageWithTypeFactory
FixMessageWithType type factory.
Inheritance
System.Object
FixMessageWithTypeFactory
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)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Session.Util
Assembly: FixAntenna.Core.dll
Syntax
public class FixMessageWithTypeFactory : IQueueableFactory<FixMessageWithType>
Methods
CreateObject()
Create FixMessageWithType instance.
Declaration
public virtual FixMessageWithType CreateObject()
Returns
Type | Description |
---|---|
FixMessageWithType | FixMessageWithType |