Overload List
Name | Description | |
---|---|---|
Message(array<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(Message) |
Creates the exact copy of the given message.
| |
Message(array<Byte>[]()[][], Dialect) |
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, ProtocolVersion) |
Creates a message.
| |
Message(Message, Boolean) |
Creates the exact copy of the given message.
|