Implement a simple acceptor with SimpleAcceptor
masterTo create a basic acceptor, you need two main components:
- Setup Logic (
Program.cs): Use the Session settings file to initialize and start a new acceptor object. - Application Logic (
SimpleAcceptorApp.cs): Implement theApplicationinterface. This is where you define how your application responds to FIX events.
Configuration is handled via a .cfg file (e.g., simpleacc.cfg) which defines the FIX Sessions the acceptor will manage.