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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -