Count of how many messages have not been applied.
This is the difference between:
the sequence number (tag 9726-SeqNum) of the last business message received OR the last next sequence number (tag 39013-NextSeqNo) in the Establish message from the customer (inclusive)
AND
the sequence number (tag 9726-SeqNum) of the new business message received OR the new next sequence number (tag 39013-NextSeqNo) in the Establish message from the customer (inclusive)
Example | Last Message | New Message | Tag 39019-MsgCount in Not Applied Message |
1 | business message (tag 9726-SeqNum=100) | business message (tag 9726-SeqNum=110) | 10 |
2 | Establish message (tag 39013-NextSeqNo=100) | business message (tag 9726-SeqNum=110) | 11 |
3 | business message (tag 9726-SeqNum=100) | Establish message (tag 39013-NextSeqNo=110) | 10 |
4 | Establish message (tag 39013-NextSeqNo= 100) | Establish message (tag 39013-NextSeqNo= 110) | 11 |
Although the Establish message does not have its own sequence number, the tag 39013-NextSeqNo value sent in the Establish message is used to calculate the number of messages that have not been applied. |