|
From: Ajit G. <aji...@gm...> - 2021-05-17 09:52:11
|
Hi, It feels good to be back in touch with Quickfix, after my covid recovery phase. Below is the scenario for which I was exploring the pagination technique: An inquiry message is requested by the initiator, and in response the acceptor sends the inquiry response message which is of size greater than 5MB. Since on TCP, maximum size of message that can be sent over is 64kb, how the rest message can be sent. (Pagination technique). Another query for which I wanted a suggestion- There is a field SenderSubID which have trader name. Also, there is PartyID which can have buy-side trader name in request message. So, which methodology will be the standard to use. Note : I receive the data from trader , but gives response back to Member. I have a member level quickfix system. Regards Ajit Gautam On Wed, Apr 28, 2021, 19:54 Grant Birchmeier <gbi...@co...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: > http://www.quickfixj.org/support/ > > > No, I'm sure that none of the QFs have this. > > To be honest, I'm not totally clear on the pagination process that you > desire, but I'm confident that no QF has it. > > If you provided a better example of what you need, we might be able to > give you guidance. > > > On Wed, Apr 28, 2021 at 5:35 AM Ajit Gautam <aji...@gm...> > wrote: > >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >> QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: >> http://www.quickfixj.org/support/ >> >> >> Hi, >> >> Is there any pagination technique used in Quickfix java version. >> I worked on Quickfix C++ package, I couldn't find any such thing. >> >> Also, if I am implementing quickfix java on camel, do I need to implement >> anything extra with respect to pagination. >> >> Note- I have a response message which is of size 5MB. >> >> >> Regards >> Ajit Gautam >> >> _______________________________________________ >> Quickfixj-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfixj-users >> > > > -- > 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. > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |