[This message was posted by Diwakar Shetty of Credit Suisse
<[email protected]> to the "General Q/A" discussion forum at
http://fixprotocol.org/discuss/22. You can reply to it on-line at
http://fixprotocol.org/discuss/read/1c61f0e8 - PLEASE DO NOT REPLY BY MAIL.]
Wrote the following perl script which helps for the time being:
$fixMsg = '8=FIX.4.2,9=266,35=8'
foreach $pair (split(/,/, $fixMsg))
{
($_n, $_v) = split(/=/, $pair);
$qs{$_n} = $_v;
}
foreach $k (keys %qs)
{
print "Tag: $k Value: $qs{$k}\n";
}
[You can unsubscribe from this discussion group by sending a message to
mailto:[email protected]]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Financial Information eXchange" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/FIX-Protocol?hl=en
-~----------~----~----~----~------~----~------~--~---