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 IFix
Declaration
void NewFixSession(IFixSession session)
Parameters
Type | Name | Description |
---|---|---|
IFix |
session | the new session |