|
From: Grant B. <gbi...@co...> - 2011-05-12 14:02:22
|
You should not explicitly create the Logon message. These admin messages are handled automatically by QF/J. Calling initiator.start() will cause your app to attempt the login procedure. If you need to add fields to the logon message (such as username/password which is a common question here) , you can implement the toAdmin() callback. A simple google search should yield examples of this. Non-admin messages, such as MarketDataRequest or SecurityDefinition, are the kinds of messages you'll see created in code examples. -Grant On Thu, May 12, 2011 at 4:06 AM, Krishan Senevirathne <kri...@gm...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > I'm new to quickfix/j and I am trying to understand the example project that you have provided. But unfortunately I can't figure out in which class the Login message is created. If you can clarify I'm very thankful. > > Cheers.. > > > Krishan Senevirathne > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > |