Overload List

  NameDescription
Public methodMessage(array<Byte>[]()[][])
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(String)
Parses the raw FIX message string and creates the corresponding class instance.
Public methodMessage(Message)
Creates the exact copy of the given message.
Public methodMessage(array<Byte>[]()[][], Dialect)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(String, Dialect)
Creates a message which belongs to specified dialect.
Public methodMessage(String, ProtocolVersion)
Creates a message.
Public methodMessage(Message, Boolean)
Creates the exact copy of the given message.

See Also