[QFJ-464] Logon session Created: 28/Aug/09 Updated: 20/Mar/11 Resolved: 20/Mar/11 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.4.0 |
Fix Version/s: | None |
Type: | Other | Priority: | Default |
Reporter: | Ahmed Al Jebouri | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Attachments: | stun.log |
Description |
Hi, i am new to FIX and i am using the free java API from quickfix, and actually i want to establish the login session, what i want how to add the username and password to the login first message? i tried to add it to the config file but still it is not working, can you help? |
Comments |
Comment by Laurent Danesi [ 28/Aug/09 ] |
Hi, What you need is a Custom Logon: http://www.quickfixj.org/confluence/display/qfj/Implementing+Custom+Logons Regards, Laurent |
Comment by Ahmed Al Jebouri [ 28/Aug/09 ] |
Hi Laurent, Thank you very much for the valueable information it was very helpfull, but the FIX engine expects encrypted SSL data, can you help me in this regard, sorry to ask this kind of question i am just a beginner, hope you can help Regards, |
Comment by Laurent Danesi [ 28/Aug/09 ] |
Hi, The ToAdmin callback permits you to intercept administrative messages before they are sent on the line. So you need to firstly encrypted your password and so place it in the logon message intercepted in Toadmin callback. Is it what you wanted to know? Laurent |
Comment by Ahmed Al Jebouri [ 28/Aug/09 ] |
Hi Laurent, thank ou for your reply, actually i am trying to connect to integral, and they told me to use stunnel, i was able to to down load it and run it on my machine but still when i am connecting to stunnil the connection get termiated, is there any way to use another SSL with integral. may be i am not doing the right configuration, stunnil version is 4.27 Regards, |
Comment by Ahmed Al Jebouri [ 28/Aug/09 ] |
stunil log file also below java output run: |
Comment by Ahmed Al Jebouri [ 28/Aug/09 ] |
can you advise if i want to use MINA SSL I/O filter, i already added mina-filter-ssl-1.0.1-sources.jar to my project, also please find below quick fix conf file [DEFAULT] [SESSION] |