[Quickfix-developers] Extracting Tag 15 from Message
Brought to you by:
orenmnero
|
From: <me...@dj...> - 2006-02-28 13:10:38
|
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 = 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. |