Re: [Quickfix-developers] Question about customized group
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-06-06 17:53:26
|
That is the group delimiter. This is how the FIX protocol knows that one group has ended and another has begun. This should be the same as the first field in the repeating group. --oren On Jun 6, 2007, at 11:43 AM, quickfixuser wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi, > I have to add a repeating group (NoLegs) to NewOrderSingle message for > fix42. It seems I have to change QuickFix codes to do it (please > correct me > if I am wrong). One question about Group Caass. > > For this constructor, can someone tell me what the m_delim is for? > I do not > see any use of it and get confused when I have to add a modified > NoLegs > class for fix42 message. > > thanks > > Group( int field, int delim, const message_order& order ) > : FieldMap( order ), m_field( field ), m_delim( delim ) {} > > NoLegs() : > FIX::Group(555,600,FIX::message_order > (600,602,609,610,624,612,613,623,654,565,0)) > {} > > -- > View this message in context: http://www.nabble.com/Question-about- > customized-group-tf3879024.html#a10992496 > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ---------------------------------------------------------------------- > --- > 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/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |