Interface IFixServerListener
This is user interface that accepts incoming sessions.
Namespace: FixAntenna.FixEngine
Assembly: FixAntenna.Core.dll
Syntax
public interface IFixServerListener
Methods
NewFixSession(IFixSession)
This method is invoked every time when new IFixSession is created.
Declaration
void NewFixSession(IFixSession session)
Parameters
Type | Name | Description |
---|---|---|
IFixSession | session | the new session |