资 源 简 介
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-parser-xmlbeans: a parser using XmlBeans
fixatdl-parser-jaxb: a parser using JAXB
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
<