[Quickfix-developers] Cannot able to pass MemoryStream to SessionSettings
Brought to you by:
orenmnero
From: Ramprakash U. <Ram...@ca...> - 2004-08-02 08:43:33
|
Hi, I'm trying to pass MemoryStream parameter While instantiating SessionSettings class. But I always get the Error "Configuration failed: No sessions defined". My memorystream object contains valid data which is dynamically read from the database. I'm using QuickFIX 1.8.0/Windows2003/VB.NET Here is my cfg file contents which is stored in ntext field of the SQL SERVER 2000 database. [DEFAULT] ConnectionType=initiator HeartBtInt=30 FileStorePath=D:\Caboto\QFStoreFiles FileLogPath=D:\Caboto\QFLogFiles StartTime=00:00:00 EndTime=00:00:00 UseDataDictionary=N SocketConnectHost=localhost SocketConnectPort=5001 [SESSION] BeginString=FIX.4.2 SenderCompID=FS TargetCompID=s09183 Thanks, Ramprakash |