java - quickfix event after sending message -


i doing fix protocol using quickfix library.

i wrote class this:

public class applicationimpl implements application { ...     @override public void toapp(message arg0, sessionid arg1) throws donotsend {     //this invoked before sending message } ... } 

i wonder how invoke method after sending message?

quickfix not offer after-message-send callback.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -