All Downloads are FREE. Search and download functionalities are using the official Maven repository.

quickfix.FromAppListener Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package quickfix;

public interface FromAppListener {
    void accept(T message, SessionID sessionId) throws FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy