RE: [Quickfix-developers] Extracting Tag 15 from Message
Brought to you by:
orenmnero
|
From: Shepheard, T. \(London\) <Tob...@ml...> - 2006-02-28 15:46:12
|
I can't say why it's working how you are doing it, but the Currency field would normally be nested within the NoSides repeating group and you'd access it through that repeating group.=20 See http://www.quickfixengine.org/quickfix/doc/html/repeating_groups.html for instructions on handling groups. Regards Toby -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of me...@dj... Sent: 28 February 2006 13:10 To: qui...@li... Cc: mva...@jw... Subject: [Quickfix-developers] Extracting Tag 15 from Message QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html In trying to extract Tag 15 (currency field) I am doing it in the following way as proposed in the most type safe method doc. Currency thisCurr =3D new Currency(); Report.get(thisCurr); Console.writeline(thisCurr.getValue().tostring()); Where report is of type TradeCaptureReport. While this works, Why isn't there the usual message.get???? method to extract currencies Just like you have report.getReportID, getLastForwardPoints etc. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D= 121642 _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers -------------------------------------------------------- If you are not an intended recipient of this e-mail, please notify the = sender, delete it and do not read, act upon, print, disclose, copy, = retain or redistribute it. Click here for important additional terms = relating to this e-mail. http://www.ml.com/email_terms/ -------------------------------------------------------- |