|
From: Toli K. <to...@ma...> - 2007-04-30 06:25:09
|
Mohammad, can you send the rest of the code that's creating the message? Also, which version of FIX are you using (4.2? 4.4?) You may not need to set the NoRelatedSym field explicitly. If your message has repeating groups, you can take a look at the example at http://www.quickfixj.org/quickfixj/usermanual/usage/repeating_groups.html I think if you follow the example and just add all the groups to the message, the NoRelatedSym field will be set automatically for you. On 4/29/07, Mohammad Kamran Liaqat <kam...@gm...> wrote: > QuickFIX/J Documentation: > http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > Hi there! > > I'm trying to send a Quote Request,all my fields are in place and are ok but > when I use the NoRelatedSym() field,it doesn't accept any integer value.I > try this line of code, > > quoteRequest.setField(NoRelatedSym(1)); > > Thanks in advance,, > > ------------------------------------------------------------------------- > 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 > > -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |