|
From: Alex M. <ale...@eu...> - 2006-08-29 10:19:10
|
Hi Steve,
Thanks for the reply. My client has now made a change to the data
dictionary such that I can see his message in my fromApp callback method
and I am required to reply to this message with another new message
type. I am using the following code to create this message, however, it
is not being received:
quickfix.fix42.Message message =3D new quickfix.fix42.Message();
message.setField(new MsgType("U2"));
message.setString(7532, applicationID);
message.setUtcTimeStamp(60, new Date());
try {
Session.sendToTarget(message, session);
} catch (SessionNotFound ex) {
System.out.println("Alex debug: exception =3D " + =
ex.getMessage());
ex.printStackTrace();
}
Any ideas?
Alex
-----Original Message-----
From: qui...@li...
[mailto:qui...@li...] On Behalf Of
Steve Bate
Sent: 25 August 2006 16:23
To: qui...@li...
Subject: Re: [Quickfixj-users] Adding messages to data dictionary
QuickFIX/J Documentation: http://www.quickfixj.org/documentation/
QuickFIX/J Support: http://www.quickfixj.org/support/
Eurobase International Limited and its subsidiaries (Eurobase) are =
unable to exercise control over the content of information in E-Mails. =
Any views and opinions expressed may be personal to the sender and are =
not necessarily those of Eurobase. Eurobase will not enter into any =
contractual obligations in respect of any part of its business in any =
E-mail.=20
Privileged / confidential information may be contained in this message =
and /or any attachments. This E-mail is intended for the use of the =
addressee(s) only and may contain confidential information. If you are =
not the / an intended recipient, you are hereby notified that any use or =
dissemination of this communication is strictly prohibited. If you =
receive this transmission in error, please notify us immediately, and =
then delete this E-mail.=20
Neither the sender nor Eurobase accepts any liability whatsoever for any =
defects of any kind either in or arising from this E-mail transmission. =
E-Mail transmission cannot be guaranteed to be secure or error-free, as =
messages can be intercepted, lost, corrupted, destroyed, contain =
viruses, or arrive late or incomplete. Eurobase does not accept any =
responsibility for viruses and it is your responsibility to scan any =
attachments.
Registered Address: Essex House, 2 County Place, Chelmsford, Essex CM2 =
0RE, United Kingdom
|