FIX Adapter Directory

The adapter directory contains all files, such as configuration files, templates, examples, and JAR files, relating to the adapter.

README.txt	Documentation note
ReleaseNotes.txt		Release notes

bin/
	adapter.bat		      Standalone adapter startup script
	adapter.sh		       Standalone adapter startup script
	adapter-plugin.bat	   Plug-in connector startup script
    adapter-plugin.sh		Plug-in connector startup script

config/
	   controller.xsd		Controller schema
	   fixadapter.xsd		Adapter schema
	   log4j.properties	  Sample logging configuration
	   login.config		  Authentication configuration

dictionary/
	       FIX40.xml		 FIX 4.0 dictionary
	       FIX41.xml		 FIX 4.1 dictionary
	       FIX42.xml		 FIX 4.2 dictionary
	       FIX43.xml		 FIX 4.3 dictionary
	       FIX44.xml		 FIX 4.4 dictionary

examples/                             Working examples
	     AllInOne/
	     ClientSocketConnectors/
	     FileConnectors/
	     ServerSocketConnectors/

lib/
	quickfixj/		                QuickFIX libraries
		      mina-core-1.1.0.jar
		      quickfixj-all-1.3.2.jar
		      slf4j-api-1.5.6.jar
		      slf4j-simple-1.5.6.jar
  sylapij.dll (Windows)
  libsylapij.so (UNIX) 
	esp_fix_adapter.jar FIX	       Adapter code
templates/		                    Sample stream descriptions
	      FlexStream40.xml
	      FlexStream41.xml
	      FlexStream42.xml
	      FlexStream43.xml
	      FlexStream44.xml
	      SourceStream40.xml
	      SourceStream41.xml
	      SourceStream42.xml
	      SourceStream43.xml
	SourceStream44.xml