LastMsgSeqNumProcessed Field

The last MsgSeqNum (34) value received by the FIX engine and processed by downstream application, such as trading engine or order routing system. Can be specified on every message sent. Useful for detecting a backlog with a counterparty.  
 
public const int LastMsgSeqNumProcessed = 369
This language is not supported or no code example is available.
public:  
const int LastMsgSeqNumProcessed = 369;
This language is not supported or no code example is available.
public const LastMsgSeqNumProcessed : int = 369
This language is not supported or no code example is available.

Field Value

int

In this article

Definition