forwardFinalize Method    Table of ContentParse Method (ArraySegment(Byte))forward
Message.Parse Method
Overload List
  NameDescription
Public methodStatic memberParse(ArraySegment<Byte>)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(Byte[])
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(String)
Parses the raw FIX message string and creates the corresponding class instance.
Public methodStatic memberParse(ArraySegment<Byte>, Dialect)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(ArraySegment<Byte>, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(ArraySegment<Byte>, ProtocolVersion)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(Byte[], Dialect)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(Byte[], MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(Byte[], ProtocolVersion)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(String, Dialect)
Parses the raw FIX message from string and creates the corresponding class instance.
Public methodStatic memberParse(String, MessageParsingFlags)
Parses the raw FIX message string and creates the corresponding class instance.
Public methodStatic memberParse(String, ProtocolVersion)
Parses the raw FIX message from string and creates the corresponding class instance.
Public methodStatic memberParse(ArraySegment<Byte>, Dialect, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(ArraySegment<Byte>, ProtocolVersion, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(Byte[], Dialect, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(Byte[], ProtocolVersion, MessageParsingFlags)
Parses the raw FIX message byte array and creates the corresponding class instance.
Public methodStatic memberParse(String, Dialect, MessageParsingFlags)
Parses the raw FIX message from string and creates the corresponding class instance.
Public methodStatic memberParse(String, ProtocolVersion, MessageParsingFlags)
Parses the raw FIX message from string and creates the corresponding class instance.
Top
See Also