|
From: Grant B. <gbi...@co...> - 2020-06-05 18:04:20
|
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. |