com.dxfeed.ipf.tools
Class MICBuilder

java.lang.Object
  extended by com.dxfeed.ipf.tools.MICBuilder

public class MICBuilder
extends java.lang.Object

Builds MIC database from original ISO 10383 files. Source files shall be converted to CSV format and placed into separate folder. This builder will read all files and compile MIC database. The output can then be copy-pasted into MIC class.

This is an excerpt from instruction to (re)build local MIC database:


Constructor Summary
MICBuilder()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MICBuilder

public MICBuilder()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException