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/

libj/  
	
	commons-codec-1.3.jar Required by SDK API
    commons-collections-3.2.1.jar 
    commons-configuration-1.6.jar 
    commons-lang-2.6.jar
    commons-logging-1.1.jar Logging library
    esp_adapter_api.jar Adapter API code
    esp_adapter_fix.jar FIX Adapter code
    esp_i18n.jar
    esp_license.jar
    esp_sdk.jar ESP SDK library
    log4j-1.2.16.jar Logging library
    mina-core-1.1.0.jar
	postgresql.jar
	quickfixj-all-1.5.0.jar
	slf4j-api-1.6.1.jar
	slf4j-log4j12-1.6.1.jar
	sylapi.jar
    ws-commons-util-1.0.2.jar Required by ESP SDK
    xerces-impl-2.9.1.jar XML parser library
    xmlrpc-client-3.1.3.jar Required by ESP SDK
    xmlrpc-common-3.1.3.jar Required by ESP SDK

templates/		    Sample stream description

utils/