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
Post a Comment