README file for BasicSample
Copyright 2016 Marketfactory

Please read this document completely before trying any examples.

Prerequiste: Boost API Version 1.53.0 binaries and header files.

The source code for this sample is located in the api/cpp/basic/samples 
directory. Before compiling the code, please edit the BasicSample.cpp file 
and insert the proper host, username and password which was assigned by 
the marketfactory customer satisfaction team. Edit the make file and change 
the location of the boost libraries to match your configuration.Once these 
values have been changed, save the source and build. Check for any errors. 
If the code compiles error free then run the code using ./BasicSample.64 . 
Upon startup the code will go through a logon process with the server and 
then the screen will display the last market data for the venue selected 
inside the source code. Then the activity will slow down and you should 
see heartbeats between the client and the server.

We hope that your experience was smooth and error free.
Thank you for exercising our software and api's!!!

This version of the code is a c++ distribution for Red Hat version 7.

The source is delivered in a tree type structure from the root:
-api
	-cpp
		-include
		-lib64
		-samples
			-basic

In the basic directory is the Makefile. The Makefile has the following capabilites:
	-build
	-clean

To compile and link just use make.
To clean just use make clean.

