{{Quickfixn}} incoming Execution report to CLIENT1 (initiator) not invoking onMessage?

Ruaan Viljoen ruaanv at estuarys.co.za
Mon Sep 3 04:52:42 PDT 2012


Hi,

What is the .NET version dependency of Quickfixn ? .NET 3.5 or .NET 4.0?

Ruaan

From: quickfixn-bounces at lists.quickfixn.com [mailto:quickfixn-bounces at lists.quickfixn.com] On Behalf Of Jonathan Hodgson
Sent: 03 September 2012 11:41 AM
To: quickfixn at lists.quickfixn.com
Subject: {{Quickfixn}} incoming Execution report to CLIENT1 (initiator) not invoking onMessage?

I am successfully sending a test execution report from my Executor (acceptor) but nothing is being received on the Client, heartbeat and login all appear to work ok


Main Client Code as below -  onMessage does not get run as expected?
Sub Main()
myApplication = New Application
myInitiator = New QuickFix.Transport.SocketInitiator(myApplication, myStoreFactory, mySessionSettings, myLogFactory)
Initiator.start()
End sub

Public Class Application : Inherits MessageCracker
    Implements QuickFix.Application

    Public Overloads Sub onMessage(ByVal message As QuickFix.FIX44.ExecutionReport, ByVal Param As QuickFix.SessionID)
        System.Console.WriteLine()
        MsgBox("Execution report mesaage received")
    End Sub
End Class

What am I missing?
Thanks
Jonathan


The information in this e-mail and any attachments is confidential and may be legally privileged.

It is intended solely for the addressee or addressees. Any use or disclosure of the contents

of this e-mail/attachments by a not intended recipient is unauthorized and may be unlawful.

If you have received this e-mail in error please notify the sender.

Please note that any views or opinions presented in this e-mail are solely those of the author and

do not necessarily represent those of TEMENOS.

We recommend that you check this e-mail and any attachments against viruses.

TEMENOS accepts no liability for any damage caused by any malicious code or virus transmitted by this e-mail.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20120903/b36d3612/attachment-0002.htm>


More information about the Quickfixn mailing list