Returns the incoming sequence numbers for this FIX session (the expected MsgSeqNum of the next incoming message).
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic int InSeqNum { get; set; }
function get InSeqNum () : int
function set InSeqNum (value : int)
Property Value
Int32Incoming sequence number
See Also