ConfirmationLogonMessageErrorException Events    | Table of Content | Dialect Constructor ![]()  | 
| Dialect Class | 
Namespace: FIXForge.NET.FIX
[SerializableAttribute] public class Dialect
The Dialect type exposes the following members.
| Name | Description | |
|---|---|---|
| Dialect(String) | 
        Creates a dialect according to the definition from the Engine configuration file.
        | |
| Dialect(ProtocolVersion) | 
        Creates a dialect which describes the standard messages dictionary of given FIX version.
        | 
| Name | Description | |
|---|---|---|
| Engine | 
        Engine instance the FIX dialect belongs to.
        | |
| Id | 
        Dialect unique identifier.
        | |
| IsDisposed | 
        Returns true if the FIX dialect object is disposed, false otherwise.
        | |
| MessageTypes | 
        Collection of message types that belong to this dialect.
        | |
| Tags | 
        Collection of all tags which belong to the dialect.
        | |
| Version | 
        Version of the FIX messaging specification (protocol) on which the dialect is based.
        | 
| Name | Description | |
|---|---|---|
| CreateMessage | Creates new Message of requested type which belongs to the dialect.  | |
| Equals | Determines whether this instance and another specified Dialect object have the same value.  (Overrides Object.Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetFieldValueDescription | Returns value description (if it exists) of corresponding FIX field value.  | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetMessageFields | 
        Returns the collection of field descriptions that belong to the given message.
        | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetValidFieldValues | Returns the collection of field values that are valid for the given field.  | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| MessageNameByType | 
        Returns the message name by the given message type.
        | |
| ParseMessage(Byte[]) | 
        Creates new Message from given raw presentation according to
        the message structure rules described in the dialect.
        | |
| ParseMessage(String) | 
        Creates new Message from given raw presentation according to
        the message structure rules described in the dialect.
        | |
| TagNameByNumber | 
        Returns the tag (field) name by the given tag number.
        | |
| TagNumberByName | 
        Returns the tag number by the given tag (field) name.
        | |
| ToString | Returns the string representation of the Dialect.  (Overrides Object.ToString().) |