Interface IFixSessionFactoryStrategy
The session factory strategy. User should implements strategy for customization fix sessions.
Namespace: FixAntenna.FixEngine
Assembly: FixAntenna.Core.dll
Syntax
public interface IFixSessionFactoryStrategy
Methods
GetFixSessionFactory(SessionParameters)
Gets fix session factory.
Declaration
IFixSessionFactory GetFixSessionFactory(SessionParameters parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| SessionParameters | parameters | the session parameters. |
Returns
| Type | Description |
|---|---|
| IFixSessionFactory |