Class StandardSessionFactory
This class implements the abstract method GetMessageFactory() for creation IFixMessageFactory instances.
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.Impl
Assembly: FixAntenna.Core.dll
Syntax
public class StandardSessionFactory : AbstractFixSessionFactory, IFixSessionFactory
Constructors
StandardSessionFactory(Type)
Creates the IFixMessageFactory.
Declaration
public StandardSessionFactory(Type factoryClass)
Parameters
Type | Name | Description |
---|---|---|
System.Type | factoryClass |
Methods
GetMessageFactory()
Gets the IFixMessageFactory.
Declaration
public override IFixMessageFactory GetMessageFactory()
Returns
Type | Description |
---|---|
IFixMessageFactory |