[Quickfix-developers] NoMDEntryTypes
Brought to you by:
orenmnero
|
From: open h. <ope...@ya...> - 2007-08-09 13:09:27
|
Hi,
I have this issue with "NoMDEntryTypes" field. All I want is to set it to 2 and then add two "MDEntryType" values one set to 0 and other set to 1. Here is my code,
FIX44::MarketDataRequest::NoMDEntryTypes nmtypes;
nmtypes.set(FIX::MDEntryType('0'));
nmtypes.set(FIX::MDEntryType('1'));
quote.addGroup(nmtypes);
But when I send a MarketDataRequest message, it shows that nmtypes is set to 1 (containing only one MDEntryType) and the value of MDEntryType is set to 1 ( the value of last MDEntryType). Any suggestion on what am I doing wrong?
Thanks!
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. |