|
From: Colin D. <co...@ma...> - 2020-06-02 15:44:41
|
What do you mean by "response data"? Do you mean messages returned by the other party? If so, those will be received in your Application implementation in fromApp. On 6/2/20 5:56 AM, Nenge Masoya wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > Dear team, > > I am new with quickfixJ and I Im kindy requesting your help on this, > from what I see the response of client QuickFixJTemplate when sending > message is boolean which tells whether the message was successful > delivered or not. > > For instance, > > @Autowired > private QuickFixJTemplate clientQuickFixJTemplate; > > //send message > > boolean send = clientQuickFixJTemplate.send(fixMessage, sessionID); > Now, how can I get response data for further implementation? > > Thank in advance. > > Nenge Masoya > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Colin DuPlantis Chief Architect, Marketcetera Download, Run, Trade 888.868.4884 https://www.marketcetera.com |