|
From: Nenge M. <geo...@gm...> - 2020-06-02 12:54:14
|
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 |