Interface IFixSessionListListener
The listener interface for receiving action events from FixSessionManager.
Namespace: FixAntenna.FixEngine.Manager
Assembly: FixAntenna.Core.dll
Syntax
public interface IFixSessionListListener
Methods
OnAddSession(IExtendedFixSession)
Invoked when the fixSession added.
Declaration
void OnAddSession(IExtendedFixSession fixSession)
Parameters
Type | Name | Description |
---|---|---|
IExtendedFixSession | fixSession |
OnRemoveSession(IExtendedFixSession)
Invoked when the fixSession removed.
Declaration
void OnRemoveSession(IExtendedFixSession fixSession)
Parameters
Type | Name | Description |
---|---|---|
IExtendedFixSession | fixSession |