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

quickfix.FromAdminListener Maven / Gradle / Ivy

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy