Re: [Quickfix-developers] Tradeclient pushing gibberish
Brought to you by:
orenmnero
|
From: briancurtin <bri...@gm...> - 2006-10-10 14:51:52
|
Take a look at the FIX::ScreenLogFactory line in tradeclient.cpp of the tradeclient example (in the try block). logFactory(true, true, true) is going to give you all incoming, outgoing, and event messages to the console, which is all of the gibberish you are seeing. Also take a look at fromApp and toApp, which are also outputting the incoming and outgoing messages to the console. EclipseCap wrote: > > I have been trying to execute the tradeclient against executor. I am not > sure if it is running correctly because whenever I run the trade client I > get gibberish across the screen. Note how I get the start of the menu 1) > Enter Order < Then all of the suddent messages start flying across the > screen. > -- View this message in context: http://www.nabble.com/Tradeclient-pushing-gibberish-tf2412707.html#a6738042 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |