[Quickfix-developers] compile error
Brought to you by:
orenmnero
From: Peter I. <pi...@at...> - 2004-08-05 21:27:21
|
hi In the fromApp(), when I try to get a Field with message.getField(field) I'm receiving the Compile Error (MS Devstudio 7.0 vb.net): "getField has a return type that is not supported or parameter types that are not supported" <snip> Public Sub fromApp(ByVal msg As QuickFix.Message, ByVal sid As QuickFix.SessionID) Implements QuickFix.Application.fromApp Dim field As New Symbol msg.getField(field) End Sub </snip> The error occurs with any value (msg.getField(55), whatever ). But, on the other hand a msg.getGroup(convert.ToUInt32(1), group) works fine. I can't guess what Im doing wrong here... any hint & regards Peter |