Message Constructor (Byte[], ProtocolVersion, MessageParsingFlags, Int32) | Table of Content | Dialect Property |
Message Properties |
The Message type exposes the following members.
Name | Description | |
---|---|---|
Dialect | Instance of FIX dialect to which given message belongs to. | |
Fields |
Returns message fields.
(Overrides FieldSet.Fields.) | |
FieldValue |
Returns the field value as string if it is present or null value otherwise.
(Inherited from FieldSet.) | |
IsDisposed |
Returns true if the FIX message object is disposed, false otherwise.
| |
Owner |
Returns owner of current FieldSet.
(Inherited from FieldSet.) | |
SenderCompID | Assigned value used to identify firm sending message (SenderCompID, tag=49 field value). | |
SeqNum | Message sequence number (MsgSeqNum, tag=34 field value). | |
TargetCompID | Assigned value used to identify receiving firm (TargetCompID, tag=56 field value). | |
Type | Message type (MsgType, tag=35 field value). | |
Valid | Returns true if the instance is valid. (Inherited from FieldSet.) | |
Version | Financial Interface eXchange (FIX) protocol version. |