Getting Started
All OnixS .NET FIX Engine types are located in the OnixS.Fix
namespace.
The typical way of using OnixS .NET FIX Engine is as follows:
- Initialize the Engine.
- Select the FIX Version.
- Create the Session object.
- Establish the FIX session as Initiator or Acceptor.
- Send and receive application-level FIX messages (see Exchanging Messages, FIX Message).
- Disconnect the session.
- Shutdown the Engine.