Hello, I have written a C++ program to trade through Genesis but I'm having a few issues. a) How does one use the functions OnExecConnected, OnExecDisconnected, etc. b) Anyone remote trading, what IP Addresses are you using? Thanks.
a) Ask your broker to obtain code samples to find good implementation of all required functions. b) Which IP you connect to will depend on your specific brokerage.
if you need a working example of a c++ connector in genesis which supports : * level1/level2 ticks * order and fill notifications * send/cancel orders * and more check out tradelink which provides a fully functional genesis connector (along with about 11 other brokers and data feeds) http://tradelink.googlecode.com tradelink is open source, so to see how it's done click source->browse or download via svn.