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