If you use the TimeZoneOffset to control when EOD runs it will open the same cache file after EOD runs. This problem only occurs when TimeZoneOffset is > 0.
Class: SocketEngine
Method: MessageCacheInit
Old Code: DateTime dtOpen = DateTime.Now.Date.AddHours(_iTimeZoneOffset);
New Code: DateTime dtOpen = DateTime.Now.AddHours(_iTimeZoneOffset).Date;
I must have added the...
I have made a successful implementation of parsing Repeating Groups on Incoming messages. I've only applied it to one or two message types but happy to make it available to others if they want to use it. I'm not that familiar with the best way to post on sourceforge though.
I have found a workround which seems to work. In FIX4NET.FIX.FIX_4_4 I changed the Message Beginstring to 4.2 ....it now lets me dummy a 4.4 spec message to a 4.2 spec server.I look forward to the upgrade.
Regards R.
Hi Charles
I have been having a play with your product and noticed that the 4.2 messages are incomplete.Do you have any idea when you might get this done?
Regards r.