Share

FIX4NET

Code

Programming Languages: C#

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@fix4net.cvs.sourceforge.net:/cvsroot/fix4net login

cvs -z3 -d:pserver:anonymous@fix4net.cvs.sourceforge.net:/cvsroot/fix4net co -P modulename

Show:

What's happening?

  • v1.1.0.0 bug running EOD with TimeZoneOffset

    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...

    2009-09-08 17:54:13 UTC by upchuk

  • Currency fields in 4.2 should be strings and not doubles

    Currency refers to the type of Currency and should be of type string.

    2009-07-27 10:17:03 UTC by zagdev

  • Followup: RE: MessageFactory ParseField and Groups

    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.

    2009-07-10 15:26:42 UTC by dumbmoney

  • Followup: RE: 4.2 Messages Incomplete

    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.

    2009-07-10 08:37:09 UTC by roller4

  • 4.2 Messages Incomplete

    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.

    2009-07-10 07:39:23 UTC by roller4

Our Numbers