Show TOC

FIX Session Adapter DirectoryLocate this document in the navigation structure

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/
	start_adapter.bat		      Standalone adapter startup script
	start_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
    streaming-adapter-api.jar Adapter API code
    streaming-adapter-fix.jar FIX Adapter code
    streaming-system.jar
    streaming-client.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/