[Quickfix-developers] Cracking Admin Messages
Brought to you by:
orenmnero
From: Ramprakash U. <ram...@ca...> - 2004-06-09 08:51:40
|
Hi, Can anyone explain why I get error when I try to crack messages = fromAdmin using the following code Public Sub fromAdmin(ByVal QFmessage As QuickFix.Message, ByVal = QFSession As QuickFix.SessionID) Implements QuickFix.Application.fromAdmin 'Some code here '--- '--- '--- crack(QFmessage, QFSession) End Sub Public Overloads Overrides Sub onMessage(ByVal message As QuickFix42.TestRequest, ByVal session As QuickFix.SessionID) MsgBox(message.getTestReqID.getValue) End Sub The Error is, An unhandled exception of type 'QuickFix.UnsupportedMessageType' = occurred in quickfix_net_messages.dll in the code where I is crack command. I use QF 1.7.1 with Microsoft.NET 1.1/Windows 2003/VS.NET 2003 Thanks in advance, Ramprakash |