Message Class    | Table of Content | Message Constructor (ArraySegment(Byte))![]()  | 
| Message Constructor | 
| Name | Description | |
|---|---|---|
| Message(ArraySegment<Byte>) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[]) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(String) | 
        Parses the raw FIX message string and creates the corresponding class instance.
        | |
| Message(FlatMessage) | 
        Parses the raw FIX FlatMessage and creates the corresponding class instance.
        | |
| Message(Message) | 
        Creates the exact copy of the given message.
        | |
| Message(ArraySegment<Byte>, Dialect) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(ArraySegment<Byte>, MessageParsingFlags) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(ArraySegment<Byte>, ProtocolVersion) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[], Dialect) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[], MessageParsingFlags) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[], ProtocolVersion) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(String, Dialect) | 
        Creates a message which belongs to specified dialect.
        | |
| Message(String, MessageParsingFlags) | 
        Parses the raw FIX message string and creates the corresponding class instance.
        | |
| Message(String, ProtocolVersion) | 
        Creates a message.
        | |
| Message(Message, Boolean) | 
        Creates the exact copy of the given message.
        | |
| Message(ArraySegment<Byte>, Dialect, MessageParsingFlags) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(ArraySegment<Byte>, MessageParsingFlags, Int32) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(ArraySegment<Byte>, ProtocolVersion, MessageParsingFlags) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[], Dialect, MessageParsingFlags) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[], MessageParsingFlags, Int32) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[], ProtocolVersion, MessageParsingFlags) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(String, Dialect, Int32) | 
        Creates a message which belongs to specified dialect.
        | |
| Message(String, MessageParsingFlags, Int32) | 
        Parses the raw FIX message string and creates the corresponding class instance.
        | |
| Message(String, ProtocolVersion, Int32) | 
        Creates a message.
        | |
| Message(ArraySegment<Byte>, Dialect, MessageParsingFlags, Int32) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(ArraySegment<Byte>, ProtocolVersion, MessageParsingFlags, Int32) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[], Dialect, MessageParsingFlags, Int32) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        | |
| Message(Byte[], ProtocolVersion, MessageParsingFlags, Int32) | 
        Parses the raw FIX message byte array and creates the corresponding class instance.
        |