{{Quickfixn}} Why is repeat message NOT sent

xmoon 2000 xmoon2000 at googlemail.com
Tue Dec 8 02:53:44 PST 2015


Can anyone help with this please

On 7 December 2015 at 15:25, xmoon 2000 <xmoon2000 at googlemail.com> wrote:
> I need to get old messages sent to be  and in my code I see I get to "HERE".
>
> However, the message does not get sent and there is no record of the
> attempt in the logs...
>
>       public void ToAdmin(QuickFix.Message message, SessionID sessionID)
>         {
>             Console.WriteLine("ToAdmin: " + message.ToString());
>
>             try
>             {
>                if ((message.ToString().IndexOf("35=2") > 0))
>                 {
>                     Console.WriteLine("HERE");
>
>                 }
>             }
>             catch (Exception ex)
>             {
>                 throw ex;
>             }
>
>         }
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com



More information about the Quickfixn mailing list