[Quickfix-developers] Trading application (Form based vs.net 2005), status is not updated from appl
Brought to you by:
orenmnero
|
From: Naveed A. <na...@nc...> - 2007-07-06 14:27:46
|
Hello All I am building a Trading client (Windows Forms based using vs.net 2005 c#) using Quickfix engine. It is able to send messages but, when the message responses are received in Application class (OnMessage(), OnLogon()/OnLogout() methods) ,then I am not being able to display it on the User Interface.=20 Actually Market Data Request is to be sent when the Security Definition is received. Any way to do this. The problem is due to the threading limitation of vs.net2005. Any solution to this problem if any one tried and got success. |