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