Introduction
FIXatdl stands for FIX Algorithmic Trading Definition Language. Its an effort by the FIX Algorithm Working Group to define a language for algorithms descriptions. The language is based on XML and formalized as a schema.
This project provides Java libraries and tools to work with FIXatdl files. Currently these components are available:
- fixatdl-parser
- fixatdl-ui
- fixatdl-ui-swt: a UI renderer for SWT
How to use
There is a publicly available Maven 2 repository, so if you use Maven just include this repository to pom.xml
<repository> <id>atdl4j-repository</id> <name>atdl4j Maven 2 Repository</name> <url>http://atdl4j.googlecode.com/svn/repo</url> </repository>
If you do not use Maven download the artifacts from the download section.
To use the XmlBeans parser see ParserXmlBeans.
To use the JAXB see ParserJAXB.
To use the SWT builder see UISWT.
