|
From: Toli K. <to...@ma...> - 2007-04-16 08:38:29
|
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. |