{{Quickfixn}} FW: FIX 5.0 logon message. Where?
Philip Clem
phclem at gmail.com
Tue Jun 6 09:39:13 PDT 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20170606/067b1683/attachment.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/20170606/067b1683/attachment.png>
More information about the Quickfixn
mailing list