forwardMessage Constructor (Byte[], ProtocolVersion, MessageParsingFlags, Int32)   Table of ContentDialect Property forward
Message Properties

The Message type exposes the following members.

Properties
  NameDescription
Public propertyDialect
Instance of FIX dialect to which given message belongs to.
Public propertyFields
Returns message fields.
(Overrides FieldSet.Fields.)
Public propertyFieldValue
Returns the field value as string if it is present or null value otherwise.
(Inherited from FieldSet.)
Public propertyIsDisposed
Returns true if the FIX message object is disposed, false otherwise.
Public propertyOwner
Returns owner of current FieldSet.
(Inherited from FieldSet.)
Public propertySenderCompID
Assigned value used to identify firm sending message (SenderCompID, tag=49 field value).
Public propertySeqNum
Message sequence number (MsgSeqNum, tag=34 field value).
Public propertyTargetCompID
Assigned value used to identify receiving firm (TargetCompID, tag=56 field value).
Public propertyType
Message type (MsgType, tag=35 field value).
Public propertyValid
Returns true if the instance is valid.
(Inherited from FieldSet.)
Public propertyVersion
Financial Interface eXchange (FIX) protocol version.
Top
See Also