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