{{Quickfixn}} onMessage issues
xmoon 2000
xmoon2000 at googlemail.com
Wed Mar 19 09:16:48 PDT 2014
I am able to connect, logon and am receive messages from the server.
However I am now trying to Crack these messages but cannot declare on
onMessage:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using QuickFix;
using QuickFix.Fields;
But it cannot find a "suitable" override for onMessage - how should I
declare it?
public class MyQuickFixApp : QuickFix.MessageCracker,QuickFix.Application
{
public override void
onMessage(QuickFix.FIX42.MarketDataIncrementalRefresh message, SessionID
sessionID)
{
var tags = message.GetGroupTags();
foreach (var tag in tags)
{
Console.WriteLine("onMessage Tags: " +tag);
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20140319/283318ca/attachment.htm>
More information about the Quickfixn
mailing list