[Quickfix-developers] onLogon and onCreate Message
Brought to you by:
orenmnero
|
From: Shankar K. <skr...@jw...> - 2005-10-12 15:08:15
|
Hi, The onLogon and onCreate methods have the sessionID parameter. In these functions I just do the following myForm.lblMsg..text = sessionID.toString(); for now, just to see what gets written. Currently, I donot see anything written, even though I have initiated a connection. How do you use implement these functions using sessionID only. Thanks |