|
From: Toli K. <to...@ma...> - 2007-03-29 06:23:22
|
Hey, You can use MessageFactory.create(MsgType.<your msg type>) to create your message or you can do Message msg = new Message() msg.getHeaders().setField(new MsgType(MsgType.some_type)) You can use FIXopaedia to check what the required fields are, choose the appropriate FIX version. Pick the message you are interested in, and look at the "required" field in the table: http://www.btobits.com/fixopaedia/fixdic42/index.html On 3/28/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!! > > Can anybody please help me what code to use to set the ordertype for my > order?Moreover,what fields are mendatory to be set for an outgoing order? > > Thanks. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > 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. |