forwardDecoder Methods   Table of ContentDecode Method (Byte[])forward
Decoder.Decode Method
Overload List
  NameDescription
Public methodDecode(Byte[])
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Message)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Message)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Int32)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Int32, Message)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Int32, Int32)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Public methodDecode(Byte[], Int32, Int32, Int32, Int32, Message)
Decodes the given FAST stream chunk into the corresponding FIX Message.
Top
See Also