Interface ISessionStateListenSupport
This is markup interface
Namespace: FixAntenna.FixEngine.Session
Assembly: FixAntenna.Core.dll
Syntax
public interface ISessionStateListenSupport
Methods
AddSessionStateListener(IFixSessionStateListener)
Declaration
void AddSessionStateListener(IFixSessionStateListener stateListener)
Parameters
Type | Name | Description |
---|---|---|
IFixSessionStateListener | stateListener |
RemoveSessionStateListener(IFixSessionStateListener)
Declaration
void RemoveSessionStateListener(IFixSessionStateListener stateListener)
Parameters
Type | Name | Description |
---|---|---|
IFixSessionStateListener | stateListener |