Re: [Quickfix-developers] StreamingQuoteDuration -- Barclays extension
Brought to you by:
orenmnero
From: Mike P. <mic...@ya...> - 2008-04-22 19:45:30
|
I'm assuming this is a field in a particular FIX message. You can use the C++ Message.setField(int field, String value) method, with 'field' being the field/tag #. Otherwise if this is a new FIX Message you can populate all of the fields (MsgType, BeginString, Sender/Target CompId/SubId, etc) manually vie the 'set' methods. You can also add the Message definition to the xml files and I believe this will cause the objects to be generated. I've never done this but it should be pretty easy to copy an existing message type. Hope this helps. Mike --- On Tue, 4/22/08, parlence <par...@go...> wrote: > From: parlence <par...@go...> > Subject: [Quickfix-developers] StreamingQuoteDuration -- Barclays extension > To: qui...@li... > Date: Tuesday, April 22, 2008, 11:57 AM > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: > http://www.quickfixengine.org/services.html------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) > Conference > Don't miss this year's exciting event. There's > still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |