[This message was posted by Tausseef Ahmad of Softech Pvt Ltd 
<[email protected]> to the "4.2 Changes" discussion forum at 
http://fixprotocol.org/discuss/5. You can reply to it on-line at 
http://fixprotocol.org/discuss/read/315d5d57 - PLEASE DO NOT REPLY BY MAIL.]

  <message name="MyMessage" msgtype="U1" msgcat="admin">
  <field name="CustomINT" required="N" /> 
  <field name="CustomSTRING" required="N" /> 
  </message>

The both ends are using the same .xml file. above are the lines i added. Also i 
added the fields, namely, CustomINT and CustomSTRING.

I have a class at client end MyMessage which extends quickfix.42.Message
.....detail of constructor is below

MyMessage(CustomINT intData, CustomSTRING stringData) {
  getheader().setField(new MsgType("U1"));
  setField(intData);
  setField(stringData);
}

CustomINT and CustomSTRING are also defined and are inherited from IntField and 
StringField...

now where is the problem

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

Reply via email to