Package com.epam.fixengine
Interface FIXSessionFactoryStrategy
- All Known Implementing Classes:
DefaultFIXSessionFactoryStrategy
public interface FIXSessionFactoryStrategy
The session factory strategy.
User should implements strategy for customization fix sessions.
-
Method Summary
Modifier and TypeMethodDescriptiongetFIXSessionFactory
(SessionParameters parameters) Gets fix session factory.
-
Method Details
-
getFIXSessionFactory
Gets fix session factory.- Parameters:
parameters
- the session parameters.
-