Does quickfix/j maintain same sequence of seqNum for both type of messages(session and application lvl messages) or each level has separate sequence of seqNum.
Suppose I have a connection running, in the same time I'm getting orders msgType=D and quickfix session level message heartbeat msgType=0. currecnt seqNum of msgType=10, and in the mean while order msgType come in, i want to know what will be the ser number of msgType=D. eother seqNum will be 11 or 1?