[Quickfix-users] How to do a reconnection logon
Brought to you by:
orenmnero
From: Tom T. <pp_...@ya...> - 2005-01-20 09:06:51
|
Hi, Could anyone tell me how to do a reconnection logon using either VB.NET or C#.NET? I'm using the .NET version of QuickFIX with Visual Basic. My program is crashing when I attempt to do a reconnection logon. I'm using the following code: Dim settings As New SessionSettings(settingsFile) Dim factory As New FileStoreFactory("C:\Programme\quickfix\Resources\") Dim logFactory As New ScreenLogFactory(True, True, True) Dim messageFactory As New DefaultMessageFactory() 'application is already declared from the previous logon initiator = New SocketInitiator(application, factory, settings, logFactory, messageFactory) initiator.start() The program quickfix_net.dll is crashing at the Fix.Session.IsEnabled module. Thanks --------------------------------- Do you Yahoo!? The all-new My Yahoo! What will yours do? |