Hello, I'm trying to get started with c++ quickfix engine. I downloaded the project (VS2010 version). The documentation is rather poor, so my understanding is that the project quickfix_vs10 is the actual library and the other projects that I would need to run are example_ordermatch_vs10, the executor_cpp_vs10 and the example_tradeclient_vs10.
so, my assumption is that it would go from client -> ordermatch ->executor. The main problem I'm having right now is that each of those projects is looking for a "file". The usage says: **
std::cout << "usage: " << argv[ 0 ] << " FILE." << std::endl; return 0;
**
Where do I get this file from?