Genesis C++ API help (desperate)

Discussion in 'Automated Trading' started by nbraid, Sep 9, 2010.

  1. nbraid

    nbraid

    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.
     
  2. 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.
     
  3. 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.
     
  4. I am very familiar w the genesis c++ API. Pm me if u still need help