Connect to the Market Information Machine (MIM) using C/C++, Java, .NET (.NET flavors include C#, J# and VB.NET) and the proprietary BMIM scripting language.
BMIM Scripting Language: provides easy command line access to MIM functionality and database management. Query execution is available from the command line and relays output to a file providing a convenient way to build complex systems. BMIM enables you to:
- execute queries from the command line
- read data from ASCII files into the database
- write data from the database to ASCII files
- change the default rollover policy of a futures contract
- print information about a symbol
- add new symbols to the database
C/C++ API - allows direct access to the data in the database, manipulation of the database configuration, and query execution. This API is the basis of numerous applications developed both at LIM and at client sites.
Java API - provides portability across platforms (i.e. Windows, Unix, Macintosh, etc).
.NET API - For Windows programmers using the .NET platform, this API provides the same functionality as the Java API. You can program in the .NET language of your choice.