2

I've implemented an acceptor service using QuickFIX/n, and it seems like whenever any type of error, like a malformed incoming message or bad sequence numbers, occurs, QuickFIX/n hides the message and deals with the error internally.

Is there a way of programmatically detecting these errors without having to look in the logs?

4

1 回答 1

1

我通过 QuickFIX/n 邮件列表收到以下回复:

不,这些是传输层错误,它们不会暴露给应用层,因为应用层不适合尝试恢复。

我认为传输错误最好由可以通知维护者的外部观察者进程来处理。

于 2015-11-11T04:19:22.140 回答