[Quickfix-developers] Question about customized group
Brought to you by:
orenmnero
|
From: quickfixuser <fw...@ro...> - 2007-06-06 16:43:19
|
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.
|