Click or drag to resize

SessionBeforeMessageIsSentEventArgs Constructor

Initializes a new instance of the SessionBeforeMessageIsSentEventArgs class

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public BeforeMessageIsSentEventArgs(
	int msgSeqNum,
	int msgCount
)

Parameters

msgSeqNum  Int32

[Missing <param name="msgSeqNum"/> documentation for "M:com.b2bits.FIXAntenna.Session.BeforeMessageIsSentEventArgs.#ctor(System.Int32,System.Int32)"]

msgCount  Int32

[Missing <param name="msgCount"/> documentation for "M:com.b2bits.FIXAntenna.Session.BeforeMessageIsSentEventArgs.#ctor(System.Int32,System.Int32)"]

See Also