RE: [Quickfix-developers] MarketDataIncrementalRefresh message
Brought to you by:
orenmnero
|
From: Steve B. <sb...@sm...> - 2006-03-01 06:34:49
|
Hi Scott, =20 There are getMDEntryID() and getMDUpdateAction() methods on NoMDEntries (the group object).=20 Is that what you want? =20 Steve =20 ________________________________ From: qui...@li... [mailto:qui...@li...] On Behalf Of Scott Riopelle Sent: Wednesday, March 01, 2006 4:17 AM To: qui...@li... Subject: [Quickfix-developers] MarketDataIncrementalRefresh message =09 =09 I am new to FIX, and using the java implementation of quick fix to write an app to handle market data and order managing. =20 I have a question about the MarketDataIncrmentalRefresh message class. I'm extracting groups from this message, and can't seem to find the appropriate calls to access two of the fields. MDEntryID (field 278) and MDUpdateAction (field 279) do not seem to have accessors within the Java implementation. =20 Do this exist under a different name, and if not, is there a good way to access the information in these fields? =20 Thanks in Advance, -Scott =20 |