forwardInboundSessionMsgEventArgs Class   Table of ContentFlatMsg Property forward
InboundSessionMsgEventArgs Properties

The InboundSessionMsgEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyFlatMsg
Incoming session-level flat message.
Public propertyModifiedFlatMsg
Incoming session-level flat message before it is processed by the FIX Session's state machine.
Public propertyModifiedMsg
Incoming session-level message before it is processed by the FIX Session's state machine.
Public propertyMsg
Incoming session-level message.
Public propertyRawMessage
Raw incoming session-level message. Will be destroyed immediately after event call. This instance is valid only during the callback.
Top
See Also