forwardMessage Class   Table of ContentMessage Constructor (ArraySegment(Byte))forward
Message Constructor
Overload List
  NameDescription
Public methodMessage(ArraySegment<Byte>)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(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(FlatMessage)
Parses the raw FIX FlatMessage and creates the corresponding class instance.
Public methodMessage(Message)
Creates the exact copy of the given message.
Public methodMessage(ArraySegment<Byte>, Dialect)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(ArraySegment<Byte>, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(ArraySegment<Byte>, ProtocolVersion)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(Byte[], Dialect)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(Byte[], MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(Byte[], ProtocolVersion)
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, MessageParsingFlags)
Parses the raw FIX message string and creates the corresponding class instance.
Public methodMessage(String, ProtocolVersion)
Creates a message.
Public methodMessage(Message, Boolean)
Creates the exact copy of the given message.
Public methodMessage(ArraySegment<Byte>, Dialect, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(ArraySegment<Byte>, MessageParsingFlags, Int32)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(ArraySegment<Byte>, ProtocolVersion, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(Byte[], Dialect, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(Byte[], MessageParsingFlags, Int32)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(Byte[], ProtocolVersion, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(String, Dialect, Int32)
Creates a message which belongs to specified dialect.
Public methodMessage(String, MessageParsingFlags, Int32)
Parses the raw FIX message string and creates the corresponding class instance.
Public methodMessage(String, ProtocolVersion, Int32)
Creates a message.
Public methodMessage(ArraySegment<Byte>, Dialect, MessageParsingFlags, Int32)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(ArraySegment<Byte>, ProtocolVersion, MessageParsingFlags, Int32)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(Byte[], Dialect, MessageParsingFlags, Int32)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodMessage(Byte[], ProtocolVersion, MessageParsingFlags, Int32)
Parses the raw FIX message byte array and creates the corresponding class instance.
Top
See Also