|
From: Taysay S. <tay...@gm...> - 2020-06-05 22:46:02
|
Thank you very much. I really appreciate. So if I get you right. Let's assume I have a fix initiator service, and a customer does a transaction let's say a New Single Order from my understanding when a new Single be order (I ma assuming the Fix Initiator is sitting behind a restful interface. Now when the new Single Order request is sent the initiator will push it through the fromApp operation and so will the response. Assuming I wanted to return to the response to the user. How will I go about doing that? Thank you On Fri, Jun 5, 2020, 7:05 PM 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/ > > > FIX is not a request/response protocol, so don't think of it that way. > > If you need to match responses to requests, you'll need to track your > requests and match the responses locally on your own. > > On Fri, Jun 5, 2020 at 12:28 PM taysay <tay...@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/ >> >> >> Hello All, >> >> Please when send transaction requests in Quickfix the requests goes >> through >> the fromApp method. While the response comes via message crackers to the >> overridden onMessage. I will like to know if there is a way to read the >> response like a typical request response via a methods return operation. >> >> 2.I am asking in the context of getting / passing the response returned by >> your request. from your method without trying to use a message cracker. >> Even >> if one did, I will like to read and handle the response like typical >> return >> type. >> >> Please help, thank you and sorry for the trouble. >> >> >> >> -- >> Sent from: http://quickfix-j.364392.n2.nabble.com/ >> >> >> _______________________________________________ >> 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 > |