{{Quickfixn}} FW: FIX 5.0 logon message. Where?

Steffen Wiederspahn (BLOOMBERG/ RTS FRANK) s.wiederspah at bloomberg.net
Tue Jun 6 22:43:58 PDT 2017


Hi Philip, you can download the FIXT11.xml from http://www.quickfixengine.org/FIXT11.xml if you don't have it.

From: quickfixn at lists.quickfixn.com At: 06/06/17 18:39:20
To: quickfixn at lists.quickfixn.com
Subject: Re:{{Quickfixn}} FW: FIX 5.0 logon message. Where?


Followup: This screen shot shows the main namespaces in QuickFix.dll from v1.7.
I don’t see a QuickFixT.1.1.
I am looking for the FIX 5.0 Reject, Logon,Logoff, TestRequest, etc messages. I’ve looked through the lower depths of the QuickFix namespaces and don’t see them. 
Am I missing something?


 

From: Philip Clem [mailto:phclem at gmail.com] 
Sent: Tuesday, June 6, 2017 9:25 AM
To: 'quickfixn at lists.quickfixn.com' <quickfixn at lists.quickfixn.com>
Subject: FIX 5.0 logon message. Where?
 
(This message may be a duplicate of one from yesterday when I posted and required a verification to access the mailing list).
If added more to this message.
 
I need to send a login in FIX 5.0.
I am looking for the FIX 5.0 equivalent to the QuickFix.FIX44.Login.
I assumed it must be in a transport namespace within QuickFix just like QuickFix.FIX50.
I’ve looked through the names spaces in QuickFix.dll and don’t see it.
I notice in the transport FIXT11.xml it is referenced.
    <message msgcat='admin' msgtype='A' name='Logon'>
 
 
Where is the FIX 5.0 Logon in the namespace?
Is there another .dll for the transport?
Should I just use “session.Logon()” and not do something like the following which I do for FIX 4.4:
 
QuickFix.Message message = new QuickFix.FIX44.Logon(
new QuickFix.Fields.EncryptMethod(0), new QuickFix.Fields.HeartBtInt(mdomSession.HeartBeatInterval)
);
QuickFix.Session.SendToTarget(message);


 
 
 
Philip H. Clem         _______________________________________________
Quickfixn mailing list
Quickfixn at lists.quickfixn.com
http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20170607/77e91f38/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 6608 bytes
Desc: not available
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20170607/77e91f38/attachment-0002.png>


More information about the Quickfixn mailing list