ASTS Export
===========

This example demonstrates how to use Java libraries distributed as part
of the ASTS Bridge package in order to interact with the Moscow Exchange
ASTS trading and clearing system of FX and Equity markets.
This is a utility that exports data from tables of the trading and 
clearing system to JSON or XML files.

Installation
------------
Assemble the application from sources with:
  gradlew assemble

System requirements
-------------------
  ОС: Windows (32/64), Linux (64)
  Java v.1.8+

Command line arguments
----------------------
+-----------+---------------------+--------------+----------------------------+
| Arg       | Full name           | Deafault     | Description                |
+-----------+---------------------+--------------+----------------------------+
| -c <file> | --config <file>     | config.xml   | Path to a config file      |
+-----------+---------------------+--------------+----------------------------+
| -o <file> | --output <file>     | -            | File to export data to.    |
|           |                     |              | File format is determined  |
|           |                     |              | by extention - .json or xml|
+-----------+---------------------+--------------+----------------------------+

Example
-------
run -c config.xml -o output.xml

Config file
-----------
Connection settings and set of data to be exported are defined in a config
file in XML format.
Distributed with this utility is a sample config file that includes full
description of the available options.

Technical support
-----------------
help@moex.com
