My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: fix, fixatdl, fix-atdl, java, xmlbeans, jaxb, swt
Feeds:
People details
Project owners:
  danilo.tuler, renacto
Project committers:
anatal, gideonkaplan

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:

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.

This work is sponsored by









Hosted by Google Code