-
I finally went through the trouble of updating my code to make use of FIX4NET 0.0.4, instead of 0.0.2. However, the function call you had referred to, 'ResetMsgSeqNumOut' does not exist in 0.0.4.
Is that a function call in SVN? I can't seem to find it in SocketEngine.cs or IEngine.cs. Thanks for any help you might be able to offer for that.
Also, would you like all the updates I've made...
2007-04-20 04:55:21 UTC in FIX4NET
-
The session login handler needs to be able to handle a session logout that states what the outgoing message sequence identifier should be.
2007-02-02 20:13:27 UTC in FIX4NET
-
Is there an easy way to reset the internal send queue message sequence number? When you send the initial session login message, and you have the wrong sequence number, the FIX server if written according to spec, will send you back a logout message instead of a corresponding login message, and tell you in the text field what the correct sequence number is.
Here's a sample message back...
2007-02-02 20:09:51 UTC in FIX4NET
-
I have encountered the odd casting exception in XmlRpcClient. The problem occurs when the value 'isFaultResponse' is not properly initialized to false. It then wrongly interprets a java.lang.String to be a redstone.xmlrpc.XmlRpcFault object instead, and tries to cast it, appropriately.
The problem is fixed by properly initializing the isFaultResponse variable to false on line 447 of...
2006-07-30 22:27:00 UTC in Redstone XML-RPC Library
-
Logged In: YES
user_id=718347
#include is needed after the other #include
lines.
2005-06-14 05:42:15 UTC in KBooks
-
dlynes committed patchset 63 of module unidba to the UniDBA CVS repository, changing 13 files.
2003-10-07 20:05:34 UTC in UniDBA
-
dlynes committed patchset 62 of module unidba to the UniDBA CVS repository, changing 1 files.
2003-10-07 20:05:34 UTC in UniDBA
-
dlynes committed patchset 61 of module unidba to the UniDBA CVS repository, changing 4 files.
2003-10-04 09:19:45 UTC in UniDBA
-
dlynes committed patchset 59 of module unidba to the UniDBA CVS repository, changing 1 files.
2003-04-25 05:36:16 UTC in UniDBA
-
dlynes committed patchset 58 of module unidba to the UniDBA CVS repository, changing 8 files.
2003-04-11 21:08:09 UTC in UniDBA