|
From: Mohammad K. L. <kam...@gm...> - 2007-04-16 08:42:40
|
Hi Toli! Yes it does answer my question,,thanks bundles,, Regards, Kamran. On 4/16/07, Toli Kuznets <to...@ma...> wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > Mohammad, > > > I have created the User Defined field on the client side like this, > > order.setField(new StringField(6600,"Customer Name")); > > How do I manage it on the server side,so I need to create a field over > there > > as well and what should be the code for that? > > You can do order.geString(6600) to get your field back. > > You can, of course, add the field to the data dictionary XML file, > load that into your client and server so that your messages are > validated correctly as well. > > does that answer your question? > > -- > Toli Kuznets > http://www.marketcetera.com: Open-Source Trading Platform > download.run.trade. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |