Quote from market_hacker:
Hi Smooth,
QuantDeveloper uses the QuickFix engine for its FIX messaging, maybe you can look at the quickfix logs and it will give you a clue what is going wrong?
I develop with the quickfix engine myself and i know that it can be very picky about message formats and so on.
look for a file something like fix/logs/*.events
I have had the experience that the quickfixengine when it finds a message it doesn't like it will spit out a message in that log file and then reject the session.
In your case i don't see any reject messages in your TTFix log so i don't think thats necessarily exactly your problem, but i've found useful clues in those logs in the past so they are good to know about.
If you'd be willing to post a zip file w/ a demo app that produces your problem i'd be happy to try it against my Fix adapter. (i have a copy of QD installed i can try it with)
MarketHacker
Really appreciated for your kind offer.
Actually, I try to connect TTFIX from QD IDE now.
Well, I hesitate to step in the FIX abyss. That's why I try to develop with QD. I don't like IB network and TWS generally, but I like their API.
Regards
Smooth
