quickfix.ToAppListener Maven / Gradle / Ivy
package quickfix;
public interface ToAppListener {
void accept(T message, SessionID sessionId) throws DoNotSend;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package quickfix;
public interface ToAppListener {
void accept(T message, SessionID sessionId) throws DoNotSend;
}