Namespace FixAntenna.FixEngine.Session.Common
Classes
AbstractFixMessageFactory
The abstract fix message factory implementation.
This class provides the base functionality to work with message.
All sub classes should implement GetBytes
method to provide ability
to wrap fix content (adds or updates sequence, body length and checksum fields).
AbstractFixSessionFactory
This is abstract implementation of FixSessionFactory. This class provides the base functionality for creates initiator and acceptor session, and configurations it listeners. The user implementation should override GetMessageFactory() method.