Here is my java code:

        MsgType messageType = new MsgType ();
        Header header = msg.getHeader ();

        try {
            if (msg.isSet (messageType))
                messageType = msg.get (messageType);
        }
        catch (Exception e) {
            e.printStackTrace ();
        }

Here are my errors:
Filename.java:22: cannot find symbol
symbol  : method isSet(quickfix.field.MsgType)
location: class quickfix.fix42.Message
            if (msg.isSet (messageType))
                   ^
Filename.java:23: cannot find symbol
symbol  : method get(quickfix.field.MsgType)
location: class quickfix.fix42.Message
                messageType = msg.get (messageType);
                                 ^

Here is a hex dump of the variable "msg"

38 3D 46 49 58 2E 34 2E 32 01     8=FIX.4.2.
39 3D 31 31 01 33 35 3D 68 01     9=11.35=h.
33 33 38 3D 31 01 31 30 3D 30     338=1.10=0
31 39 01                                     19.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to