[This message was posted by Vishrant` Shah of Credit Suisse
<[email protected]> to the "4.4 Changes" discussion forum at
http://fixprotocol.org/discuss/17. You can reply to it on-line at
http://fixprotocol.org/discuss/read/e4c4471a - PLEASE DO NOT REPLY BY MAIL.]
Hello,
I am new to FIX protocol as well as QuickFIX. I have been given a task to write
Nunit test cases. Credit Suisse has there own specification and they want other
vendors to connect them. What i have to do is to send message to CS engine and
test the expected result. So, i started with simple Logon message which
somewhat looks like this
"8=FIX.4.2 9=88 35=A 34=1 49=Initiator 52=20100825-09:52:25 56=Acceptor 10=100
"
I have function in which i have written this code ..
public void Fixlogon()
{
_fixApplication = new FIXApplication("CounterParty");
_logonMsg = new Message(_strLogon);
_sessionId = new QuickFix.SessionID();
_fixApplication.toAdmin(_logonMsg, _sessionId);
}
Now, my function fails when i try to instantiate _logonMsg with above string
... it gives me error saying "There is no source code available at the
location". I am lost.
1) why do my program fail?
2) who will calculate bodylength and checksum.
Please help me. Its urgent.
Development Env: C#
FIX Version : 4.4
Please allow me to answer if you have any queries regarding the thread.
Thank you
[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.