{{Quickfixn}} Quckfix setNextSenderMsgSeqNum method

Pandit, Rohan Rohan.Pandit at sculptor.com
Thu Jul 9 06:03:14 PDT 2020


Hi,
 Please let me know if there is setNextSenderMsgSeqNum method available in quickfix?

Thanks,
Rohan Pandit
T: 646.366.2813
rohan.pandit at Sculptor.com



-----Original Message-----
From: Quickfixn [mailto:quickfixn-bounces at lists.quickfixn.com] On Behalf Of quickfixn-request at lists.quickfixn.com
Sent: Wednesday, July 8, 2020 3:50 PM
To: quickfixn at lists.quickfixn.com
Subject: Quickfixn Digest, Vol 105, Issue 5

Send Quickfixn mailing list submissions to
        quickfixn at lists.quickfixn.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
or, via email, send a message with subject or body 'help' to
        quickfixn-request at lists.quickfixn.com

You can reach the person managing the list at
        quickfixn-owner at lists.quickfixn.com

When replying, please edit your Subject line so it is more specific than "Re: Contents of Quickfixn digest..."


Today's Topics:

   1. Re:  Crack CollateralReportAck response. (Grant Birchmeier)
   2. Re:  Quckfix setNextSenderMsgSeqNum method (Grant Birchmeier)
      (Pandit, Rohan)


----------------------------------------------------------------------

Message: 1
Date: Wed, 8 Jul 2020 14:32:12 -0500
From: Grant Birchmeier <gbirchmeier at connamara.com>
To: "Mailing list for QuickFIX/n" <quickfixn at lists.quickfixn.com>
Subject: Re: {{Quickfixn}} Crack CollateralReportAck response.
Message-ID:
        <CAMq4opMhsPVuMn5mD_Rn0ikADYcz9pL6MJHtZ0DX_Ff0=7JvWA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Do your log messages actually start with "8=FIXT.1.1"?

And does your Login message contain "1137=9" ?

Lastly, please tell me which QuickFIX library version you are using.  If you downloaded the dll, tell me which one.  If you are using a NuGet package, tell me which one.

On Wed, Jul 8, 2020 at 10:05 AM Kostas Parginos <kparginos at yahoo.gr> wrote:

>
> Hi Grant.
>     First of all thank you very much for your response. Indeed
> Bloomberg uses FIX50SP2 and in the DD they gave us I can see a
> definition for the DQ message, but to be honest I don't know if the
> just did some modifications to an earlier version as you mentioned. I
> could provide you with the DD if it will help you. Again thank you very much for your time.
>
> Regards,
> Kostas Parginos.
> ???? ???????, 5 ??????? 2020, 06:01:55 ?.?. EEST, ? ??????? Grant
> Birchmeier <gbirchmeier at connamara.com> ??????:
>
>
> DQ was added in FIX50SP2.   Is Bloomberg using FIX50SP2, or did they
> customize their DataDictionary to add DQ to an earlier FIX version,
> such as FIX4.4?
>
>
>
>
> On Wed, Jul 1, 2020 at 7:22 AM Kostas Parginos <kparginos at yahoo.gr> wrote:
>
> Hi Team.
>
>     I am trying to create an app that sends CollateralReport &
> TradeCaptureReport messages to a fix connection provide by Bloomberg.
> Although I have managed to crack TradeCapturereportAck messages, I
> cannot find a CollateralReportAck class to use it with the OnMessage
> callback. By looking in the log files, there are CollateralReportAck
> messages (35=DQ) coming from Bloomberg side. Do you have a solution to propose?
>
> Thanks.
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>
>
>
> --
> Grant Birchmeier
> *Connamara Systems, LLC*
> *Made-To-Measure Trading Solutions.*
> Exactly what you need. No more. No less.
> http://connamara.com
>
> This email, along with any attachments, is confidential. If you
> believe you received this message in error, please contact the sender
> immediately and delete all copies of the message. Thank you from Connamara Systems, LLC.
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>


--
Grant Birchmeier
*Connamara Systems, LLC*
*Made-To-Measure Trading Solutions.*
Exactly what you need. No more. No less.
http://connamara.com

--
This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message.?Thank you from Connamara Systems, LLC.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200708/0021ebd8/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 8 Jul 2020 19:49:54 +0000
From: "Pandit, Rohan" <Rohan.Pandit at sculptor.com>
To: "quickfixn at lists.quickfixn.com" <quickfixn at lists.quickfixn.com>
Subject: Re: {{Quickfixn}} Quckfix setNextSenderMsgSeqNum method
        (Grant Birchmeier)
Message-ID:
        <BL0PR11MB31233CBA32387802D209C0B3F7670 at BL0PR11MB3123.namprd11.prod.outlook.com>

Content-Type: text/plain; charset="us-ascii"

Hi Grant,
 I have 2 acceptors running and I am not using common message store. But I am using redis cache just to store sender and target sequence number. So when one of my acceptors goes down then my plan is to look into redis for the last sender sequence number and then use setNextSenderMsgSeqNum method to set Sender Seq Number accordingly for acceptor 2. Without that I am getting MsgSeqNum too low error from the initiator side. Let me know if you need more information.

Thanks,
Rohan Pandit
T: 646.366.2813
rohan.pandit at Sculptor.com


-----Original Message-----
From: Quickfixn [mailto:quickfixn-bounces at lists.quickfixn.com] On Behalf Of quickfixn-request at lists.quickfixn.com
Sent: Wednesday, July 8, 2020 3:28 PM
To: quickfixn at lists.quickfixn.com
Subject: Quickfixn Digest, Vol 105, Issue 4

Send Quickfixn mailing list submissions to
        quickfixn at lists.quickfixn.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
or, via email, send a message with subject or body 'help' to
        quickfixn-request at lists.quickfixn.com

You can reach the person managing the list at
        quickfixn-owner at lists.quickfixn.com

When replying, please edit your Subject line so it is more specific than "Re: Contents of Quickfixn digest..."


Today's Topics:

   1. Re:  Crack CollateralReportAck response. (Kostas Parginos)
   2.  Quckfix setNextSenderMsgSeqNum  method (Pandit, Rohan)
   3. Re:  Quckfix setNextSenderMsgSeqNum method (Grant Birchmeier)


----------------------------------------------------------------------

Message: 1
Date: Wed, 8 Jul 2020 15:05:24 +0000 (UTC)
From: Kostas Parginos <kparginos at yahoo.gr>
To: Mailing list for QuickFIX/n <quickfixn at lists.quickfixn.com>
Subject: Re: {{Quickfixn}} Crack CollateralReportAck response.
Message-ID: <664432763.7723991.1594220724978 at mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"


Hi Grant.? ? First of all thank you very much for your response. Indeed Bloomberg uses FIX50SP2 and in the DD they gave us I can see a definition for the DQ message, but to be honest I don't know if the just did some modifications to an earlier version as you mentioned. I could provide you with the DD if it will help you. Again thank you very much for your time.

Regards,Kostas Parginos.    ???? ???????, 5 ??????? 2020, 06:01:55 ?.?. EEST, ? ??????? Grant Birchmeier <gbirchmeier at connamara.com> ??????:

 DQ was added in FIX50SP2.? ?Is Bloomberg using FIX50SP2, or did they customize their DataDictionary to add DQ to an earlier FIX version, such as FIX4.4?



On Wed, Jul 1, 2020 at 7:22 AM Kostas Parginos <kparginos at yahoo.gr> wrote:

Hi Team.
? ? I am trying to create an app that sends CollateralReport & TradeCaptureReport messages to a fix connection provide by Bloomberg. Although I have managed to crack TradeCapturereportAck messages, I cannot find a CollateralReportAck class to use it with the OnMessage callback. By looking in the log files, there are CollateralReportAck messages (35=DQ) coming from Bloomberg side. Do you have a solution to propose?

Thanks._______________________________________________
Quickfixn mailing list
Quickfixn at lists.quickfixn.com
http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com



--
Grant Birchmeier
Connamara Systems, LLC
Made-To-Measure Trading Solutions.Exactly what you need. No more. No less.
http://connamara.com

This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message.?Thank you from Connamara Systems, LLC._______________________________________________
Quickfixn mailing list
Quickfixn at lists.quickfixn.com
http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200708/963a69b9/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 8 Jul 2020 18:52:56 +0000
From: "Pandit, Rohan" <Rohan.Pandit at sculptor.com>
To: "quickfixn at lists.quickfixn.com" <quickfixn at lists.quickfixn.com>
Subject: {{Quickfixn}} Quckfix setNextSenderMsgSeqNum  method
Message-ID:
        <BL0PR11MB3123761BEAA74411CE0BA259F7670 at BL0PR11MB3123.namprd11.prod.outlook.com>

Content-Type: text/plain; charset="us-ascii"

Is there setNextSenderMsgSeqNum method in Quickfix/n library?

Thanks,
Rohan Pandit
T: 646.366.2813
rohan.pandit at Sculptor.com<mailto:rohan.pandit at Sculptor.com>




The information contained in this message and any attachment(s) may be privileged, confidential, proprietary or otherwise protected from disclosure and is intended solely for the use of the individual or entity to whom it is addressed. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or use of this message and any attachment is strictly prohibited and may be unlawful. If you have received this message in error, please notify us immediately by replying to this email and permanently delete the message from your computer. Sculptor Capital Management, Inc. and its affiliates will use any personal information you give to us in accordance with our Privacy Policy<https://www.sculptor.com/privacy-policy> and, where relevant, our GDPR and EU Cookies Policy.<https://www.sculptor.com/privacy-policy>

Nothing contained in this message and/or any attachment(s) constitutes a solicitation or an offer to buy or sell any securities.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200708/a01b9183/attachment-0001.html>

------------------------------

Message: 3
Date: Wed, 8 Jul 2020 14:27:48 -0500
From: Grant Birchmeier <gbirchmeier at connamara.com>
To: "Mailing list for QuickFIX/n" <quickfixn at lists.quickfixn.com>
Subject: Re: {{Quickfixn}} Quckfix setNextSenderMsgSeqNum method
Message-ID:
        <CAMq4opOGZq-eO_vfzXHELzhoc533LM2pZrNhr-GvVm8QJym_fg at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

99% of the time someone wants to do this, it's because they're approaching something the wrong way.

So... what is the actual problem you want to solve?

On Wed, Jul 8, 2020 at 1:53 PM Pandit, Rohan <Rohan.Pandit at sculptor.com>
wrote:

> Is there setNextSenderMsgSeqNum method in Quickfix/n library?
>
>
>
> Thanks,
>
> Rohan Pandit
>
> T: 646.366.2813
>
> rohan.pandit at Sculptor.com
>
>
>
>
>
>
> The information contained in this message and any attachment(s) may be
> privileged, confidential, proprietary or otherwise protected from
> disclosure and is intended solely for the use of the individual or
> entity to whom it is addressed. If you are not the intended recipient,
> you are hereby notified that any dissemination, distribution, copying
> or use of this message and any attachment is strictly prohibited and may be unlawful.
> If you have received this message in error, please notify us
> immediately by replying to this email and permanently delete the
> message from your computer. Sculptor Capital Management, Inc. and its
> affiliates will use any personal information you give to us in
> accordance with our Privacy Policy
> <https://www.sculptor.com/privacy-policy> and, where relevant, our
> GDPR and EU Cookies Policy. <https://www.sculptor.com/privacy-policy>
>
> Nothing contained in this message and/or any attachment(s) constitutes
> a solicitation or an offer to buy or sell any securities.
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>


--
Grant Birchmeier
*Connamara Systems, LLC*
*Made-To-Measure Trading Solutions.*
Exactly what you need. No more. No less.
http://connamara.com

--
This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message.?Thank you from Connamara Systems, LLC.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200708/42dbff9e/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Quickfixn mailing list
Quickfixn at lists.quickfixn.com
http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com


------------------------------

End of Quickfixn Digest, Vol 105, Issue 4
*****************************************


The information contained in this message and any attachment(s) may be privileged, confidential, proprietary or otherwise protected from disclosure and is intended solely for the use of the individual or entity to whom it is addressed. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or use of this message and any attachment is strictly prohibited and may be unlawful. If you have received this message in error, please notify us immediately by replying to this email and permanently delete the message from your computer. Sculptor Capital Management, Inc. and its affiliates will use any personal information you give to us in accordance with our Privacy Policy<https://www.sculptor.com/privacy-policy> and, where relevant, our GDPR and EU Cookies Policy.<https://www.sculptor.com/privacy-policy>

Nothing contained in this message and/or any attachment(s) constitutes a solicitation or an offer to buy or sell any securities.


------------------------------

Subject: Digest Footer

_______________________________________________
Quickfixn mailing list
Quickfixn at lists.quickfixn.com
http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com


------------------------------

End of Quickfixn Digest, Vol 105, Issue 5
*****************************************


The information contained in this message and any attachment(s) may be privileged, confidential, proprietary or otherwise protected from disclosure and is intended solely for the use of the individual or entity to whom it is addressed. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or use of this message and any attachment is strictly prohibited and may be unlawful. If you have received this message in error, please notify us immediately by replying to this email and permanently delete the message from your computer. Sculptor Capital Management, Inc. and its affiliates will use any personal information you give to us in accordance with our Privacy Policy<https://www.sculptor.com/privacy-policy> and, where relevant, our GDPR and EU Cookies Policy.<https://www.sculptor.com/privacy-policy>

Nothing contained in this message and/or any attachment(s) constitutes a solicitation or an offer to buy or sell any securities.



More information about the Quickfixn mailing list