Click or drag to resize

SessionIncomingMessageEventArgsProcessed Property

Returns if message have been processed, otherwise .

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public bool Processed { get; set; }

Property Value

Boolean
Indicates that application have processed the incoming message. Default value is .
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