Click or drag to resize

SessionIncomingMessageEvent Event

Occurs when the incoming messages received.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public event SessionIncomingMessageEventHandler IncomingMessageEvent

Value

SessionIncomingMessageEventHandler
Remarks
If the application can not process the given message, the FIX Engine will try to deliver it later according to "Delayed Processing Algorithm".
See Also